presentationModel = new PresentationModel(new TrossReady(order,
costTypeTross, costUnitTross));
}
public JButton getButtonOk(WindowInterface window) {
JButton button = new CancelButton(window, this, false, "Ok",
IconEnum.ICON_OK, null, true);
button.setName("ButtonOk");
return button;
}