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