public async Task <ActionResult> RemoveFoodFromRestaurantMenu(int foodId) { await foodManager.DeleteFoodFromMenu(foodId); return(NoContent()); }