public IActionResult Update(Athlete athlete) { _athleteRepository.Update(athlete); return(RedirectToAction("Index")); }