public IEnumerable <Food> GetFoodBySId(int id) { var foodss = ifood.GetFoodBySId(id); return(foodss); }