private void button2_Click(object sender, EventArgs e)
        {
            Form2 frm = new Form2();

            frm.resim  = resim;
            frm.resim2 = resim;
            frm.ResimDegistir(resim);
            frm.comboboxEnabled();
            frm.Show();
            this.Hide();
        }