public IEnumerable <TEntity> Buscar(Expression <Func <TEntity, bool> > filtro) { return(_servico.Buscar(filtro)); }