public JsonResult DeleteProject(int id) { ProjectManagementService.DeleteProject(id); return(Json(id)); }