public ActionResult FoodSpecial(int id) { var foodss = foodManager.GetFoodBySId(id); return(View(foodss)); }