private function doSearch()
 {
     $m = new ProductsModel();
     return $m->run($this->parameters);
 }