public List <CATEGORY> Search(CATEGORY Category, int PageSize, int PageIndex, out int TotalRecords, string OrderExp, Util.SortDirection SortDirection) { return(_categoryDAO.Search(Category, PageSize, PageIndex, out TotalRecords, OrderExp, SortDirection)); }