private void loginBilgiDeğiştirToolStripMenuItem_Click(object sender, EventArgs e)
        {
            KullaniciBilgilerim KullaniciBilgilerim = new KullaniciBilgilerim();

            YavruForm(KullaniciBilgilerim);
        }
 private void loginBilgiDeğiştirToolStripMenuItem_Click(object sender, EventArgs e)
 {
     KullaniciBilgilerim KullaniciBilgilerim = new KullaniciBilgilerim();
     YavruForm(KullaniciBilgilerim);
 }