      private void button1_Click(object sender, EventArgs e)
        {
            Common.field1 = textBox1.Text;
            Common.field2 = checkBox1.Checked;
            Form objForm = new Form2();
            objForm.Show();
        }
