// GET: Users
 public JsonResult GetDepartments()
 {
     return Json(idepartmentServices.GetDepartments(), JsonRequestBehavior.AllowGet);
 }