public IActionResult RemoveWeek(Week week) { weekService.Delete(week); return(RedirectToAction("Index")); }