public static List <DistrictInfo> DistrictInfo_Paging(string CurentPage, string PageSize) { return(db.DistrictInfo_Paging(CurentPage, PageSize)); }