public static DataTable SearchManNoPass(string Method, string BeginDate, string EndDate, string DeptID, string myOrder, int pageIndex, int pageCount, ref string TotalPro, ref string TotalNotPass, ref int TotalCount)
        {
            string companyCD = ((UserInfoUtil)SessionUtil.Session["UserInfo"]).CompanyCD;

            return(PurchaseApplyNoPassDBHelper.GetManNoPass(Method, companyCD, BeginDate, EndDate, DeptID, myOrder, pageIndex, pageCount, ref TotalPro, ref TotalNotPass, ref TotalCount));
        }