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