public JsonResult GetDepartmentsWithDef()
 {
     return(Json(DropDownContent.GetDropDownDepart()));
 }