public List <Restaurant> GetRestaurantByCity(int id)
 {
     return(_restaurantManager.GetRestaurantByCity(id));
 }