public String GetByLocation(Restaurant restaurant)
 {
     return(restaurantDataAccess.GetByLocation(restaurant));
 }