public async Task <IActionResult> Details(int id)
 {
     return(View(await _mealGroupService.GetMealGroup(id)));
 }