public List <String> GetAllByLocation()
 {
     return(restaurantDataAccess.GetAllByLocation());
 }