public List <Restaurant> GetSearchListByLocation(Restaurant restaurant)
 {
     return(restaurantDataAccess.GetSearchListByLocation(restaurant));
 }