When clicking "Next" paging button on search page (when you have results), the categories on the left menu keep adding.

FIX:
- Add this
          items.Clear(); on CreateMenuItems() method right before the foreach statement.