public IEnumerable <PessoaJuridica> GetAllEagerLoading()
 {
     return(_pessoaJuridicaRepository.GetAllEagerLoading());
 }