public IActionResult DeleteProjectManager(string Id) { projectManagerRepository.DeleteProjectManager(Id); return(RedirectToAction("ShowProjectManagers")); }