public static List <Log> GetList(int StartRow, int PageSize) { return(LogDB.GetList(StartRow, PageSize)); }