public IEnumerable <domain.Meal> Execute()
 {
     return(mealRepository.GetAllFromPlace(PlaceId));
 }