public List <Shop> GetShopsByCity(string city)
 {
     return(_shopsRepository.GetShopsByCity(city));
 }