public int Count(Expression <Func <T, bool> > whereLambda) { return(CurrentDal.Count(whereLambda)); }