public ActionResult GetAllStaffAndDepartment()
 {
     try
     {
         return(Json(EmployeeManage.GetAllDepartment(0, ""), JsonRequestBehavior.AllowGet));
     }
     catch
     {
         return(null);
     }
 }