public ActionResult GetRows()
 {
     return(Json(DeptManager.GetRows(), JsonRequestBehavior.AllowGet));
 }