public IActionResult Index(Chore chore) { choreService.UpdateChores(chore); return(RedirectToAction(nameof(Index))); }