private void button1_Click(object sender, EventArgs e)
 {
     form2.Show();
     string results = form2.GetData();
 }