public bool Any(Expression <Func <TDbEntity, bool> > predicate) { return(EntitiesSet.Any(predicate)); }