public long Count(Expression <Func <T, bool> > predicate) { return(RepositoryContext.Count(predicate)); }
public long Count() { return(RepositoryContext.Count <T>()); }