public IEnumerable <CategoryModel> GetCategories() { return(_repo.All()); }
public List <Categories> GetAll() { return(_categoryRepository.All()); }