public IActionResult EditProjectType(ProjectType projectType) { projectTypeService.Save(projectType); return(RedirectToAction("AllProjectType")); }