public bool IsExistFoodItem(FoodItem foodItem) { return(FoodItems.Any(f => f.FoodItemId == foodItem.FoodItemId)); }