}
}
public void removeAllAppointmentsFromRegistration(Registration registration) {
try {
system.execute(new RemoveAllAppointmentsFromRegistraton(registration));
} catch (TransactionDateException e) {
MessageBox box = new MessageBox(GDWindowControl.getInstance().getMainScreen().getShell(), IMessageProvider.INFORMATION);
box.setText("Data Inv�lida");
box.setMessage(MessageConstants.TRANSACTION_DATE_EXCEPTION);
box.open();