protected void buttonPressed(int buttonId) {
if (buttonId == OK) {
if(!comboTree.getText().equals("")) {
try {
RegistrationStatus status = (RegistrationStatus) system.query(new GetRegistrationStatusByMotive(comboTree.getText()));
MessageBox messageBox = new MessageBox(getShell(), SWT.ICON_QUESTION|SWT.YES|SWT.NO|SWT.CANCEL);
messageBox.setMessage("Deseja excluir as parcelas em aberto?");
messageBox.setText("Alerta Gerente Digital!");
int result = messageBox.open();