public List <PessoaDto> ListarPessoasPesquisa(string filtro) { return(negocio.ListarPessoasPesquisa(filtro)); }