public virtual T GetOneByQuery(Expression <Func <T, bool> > where = null, bool unique = true) { return(_dao.GetOneByQuery(where, unique)); }