public IHttpActionResult GetShopsForCategory(int codeCategory) { return(Ok(Searches.GetShopsForCategory(codeCategory))); }