private void button3_Click(object sender, EventArgs e)
        {
            KullaniciGirisi kullaniciGirisi = new KullaniciGirisi();

            kullaniciGirisi.ShowDialog();
            this.Close();
        }
        private void button2_Click(object sender, EventArgs e)
        {
            KullaniciGirisi kullaniciGirisi = new KullaniciGirisi();

            kullaniciGirisi.Show();
        }