public bool Exists(Expression <Func <TEntity, bool> > expression) { return(_servicoBase.Exists(expression)); }