@Override
 public boolean getResourceLocalTransactions() {
   return transactionTypeResourceLocalRadioButton.getValue();
 }
 @Override
 public boolean getJTATransactions() {
   return transactionTypeJTARadioButton.getValue();
 }