public IActionResult Delete(int id) { _athleteRepository.Delete(id); return(RedirectToAction("Index")); }