private void ConsultarColecaoNota()
 {
     colecaoNota          = negocioServ.ConsultarNotaClienteId(infoCliente.cliid);
     Form1.encerrarThread = true;
 }