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