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