public List <Category> GetCategoriesList(int pgStart, int pgLength, out int totalRecords, string searchValue) { return(_categoryRepo.GetCategoryList(pgStart, pgLength, out totalRecords, searchValue)); }
List <Category> ICategoryServices.GetCategoriesList() { return(_categoryRepo.GetCategoryList()); }