String senha = SenhadaLoja.getText();
double saldo;
try {
String nome_estab = banco.getEstabelecimentoDB(cnpj);
this.estabelecimento = new Estabelecimento(cnpj, nome_estab);
boolean acesso = banco.checkSenhaEstabelecimentoDB(cnpj, senha);
if (acesso){
saldo = banco.getVendaTotalEstabelecimentoDB(cnpj);
JanelaEst frame = new JanelaEst();