public EmpreendimentoBus(EmpreendimentoValidar validacao)
 {
     _validar = validacao;
     _da      = new EmpreendimentoDa(strBancoDeDadosGeo: UsuarioGeo);
 }
 public EmpreendimentoBus()
 {
     _validar = new EmpreendimentoValidar();
     _da      = new EmpreendimentoDa(strBancoDeDadosGeo: UsuarioGeo);
 }