public TestForm2(TestForm tf)
 {
     InitializeComponent();
     this.tf = tf;
     tf.ChangeVariable("Some String");
 }