Move SearchController to using presenter
Summary
The SearchController has a heavy reliance upon instance variables. There also exists a SearchServicePresenter
used in the view and SearchContext
used in the navbar.
Proposal
Get controller/view off reliance upon instance variables. Use existing SearchServicePresenter and see if it can also replace SearchContext.