public virtual int GetCountByQuery(Expression <Func <T, bool> > where) { return(_dao.GetCountByQuery(where)); }