public ProgramPropertiesDialog(ProgramPropertiesInteractor interactor) { InitializeComponent(); interactor.Attach(this); }