public IEnumerable <Restaurant> GetRestaurantByName(string restaurantName)
 {
     return(restaurants.FindRestaurantByName(restaurantName));
 }