public JsonResult GetPageSearchCount(string staffCode) { StaffDao staffDao = new StaffDao(); return(Json(staffDao.PageCountSearch(staffCode))); }