public Consumer Find(Expression <Func <Consumer, bool> > predicate) { return(_consumerRepository.Find(predicate)); }