public IEnumerable <Pessoa> Pessoas()
 {
     return(pessoaRepo.Pessoas());
 }