public List <PontoEmpreendimento> listarEmpreendimentos(String empreendimento, String pessoa, String processo, String segmento, String municipio, String atividade)
 {
     _da = new PontoEmpreendimentoDa(strBancoDeDadosGeo: UsuarioGeo);
     return(_da.listarEmpreendimentos(empreendimento, pessoa, processo, segmento, municipio, atividade));
 }
 public List <PontoEmpreendimento> listarEmpreendimentos(List <String> empreendimentos)
 {
     _da = new PontoEmpreendimentoDa(strBancoDeDadosGeo: UsuarioGeo);
     return(_da.listarEmpreendimentos(empreendimentos));
 }