/// <summary>
 /// 查询条数
 ///</summary>
 public static int CountNumber(string NewWHere)
 {
     return(DepartmentDAL.CountNumber(NewWHere));
 }