private void button1_Click(object sender, EventArgs e)
        {
            mainForm f = new mainForm();

            f.fullNameRSet(textBox1.Text + " " + textBox2.Text + " " + textBox3.Text, t);
            f.fullNameDSet(textBox4.Text + " " + textBox5.Text + " " + textBox6.Text, t);
            this.Close();
        }