public IEnumerable <DataClasses.Category> GetAll() { return(_repository.GetAll()); }
public IEnumerable <Category> GetAll() { return(_repository.GetAll()); }