public async Task <IActionResult> ClearMealPlans() { await _planningService.ClearAllPlans(); return(RedirectToAction(nameof(Index))); }