/// <summary>
 /// Constructor for the form.
 /// </summary>
 public HiddenForm()
 {
     InitializeComponent();
     optionsForm = new OptionsForm(this);
     ListenForSuccessor();
 }
 /// <summary>
 /// Constructor for the form.
 /// </summary>
 public HiddenForm()
 {
     InitializeComponent();
     optionsForm = new OptionsForm(this);
     ListenForSuccessor();
 }