public ICollection <GeneralCategory> GetAll() { return(Repository.GetAll()); }
public ICollection <GeneralCategory> GetAll(Expression <Func <GeneralCategory, bool> > predicateExpression) { return(_repository.GetAll(predicateExpression)); }