{
final SepaLastschriftControl control = new SepaLastschriftControl(this);
this.transfer = control.getTransfer();
GUI.getView().setTitle(i18n.tr("SEPA-Lastschrift bearbeiten"));
GUI.getView().addPanelButton(new PanelButtonPrint(new PrintSupportSepaLastschrift(transfer)));
Container cl = new SimpleContainer(getParent());
cl.addHeadline(i18n.tr("Konto"));
cl.addInput(control.getKontoAuswahl());