public IActionResult DeleteTeamLeader(string Id) { teamLeaderRepository.DeleteTeamLeader(Id); return(RedirectToAction("ShowTeamLeaders")); }