public bool JoinMeal(Meal Meal, string User) { throw new NotImplementedException(); }
public bool LeaveMeal(Meal meal, string User) { throw new NotImplementedException(); }
public bool DeleteMeal(Meal meal) { throw new NotImplementedException(); }