Inheritance: BF2PageModel
 public SearchController(HttpClient Client)
     : base(Client)
 {
     Model = new SearchModel(Client);
 }