_ Public Function GetProductsPagedAndSorted(ByVal sortExpression As String, _ ByVal startRowIndex As Integer, ByVal maximumRows As Integer) _ As Northwind.ProductsDataTable Return Adapter.GetProductsPagedAndSorted(sortExpression, startRowIndex, maximumRows) End Function