public ProcessRunConfigurationEditor()
 {
     widget          = new ProcessRunConfigurationEditorWidget();
     widget.Changed += (sender, e) => NotifyChanged();
 }
		public ProcessRunConfigurationEditor ()
		{
			widget = new ProcessRunConfigurationEditorWidget ();
			widget.Changed += (sender, e) => NotifyChanged ();
		}