private void btnOgrAra_Click(object sender, EventArgs e)
 {
     ogrenciIslemleriButton.Text = "GÜNCELLE";
     txtAd.Text      = "";
     txtSoyad.Text   = "";
     txtTC.Text      = "";
     txtMail.Text    = "";
     txtTel.Text     = "";
     txtKan.Text     = "";
     txtOgretim.Text = "";
     txtAdres.Text   = "";
     yonetim.ara(txtAra.Text);
     txtAd.Text      = yonetim.ad;
     txtSoyad.Text   = yonetim.soyad;
     txtTC.Text      = txtAra.Text;
     txtKan.Text     = yonetim.kan;
     txtTel.Text     = yonetim.tel;
     txtAdres.Text   = yonetim.adres;
     txtMail.Text    = yonetim.mail;
     txtOgretim.Text = yonetim.ogretim;
     yatakId         = yonetim.yatakId;
     yonetim.OgrenciIDCek(txtAra.Text);
     ogr_id = yonetim.ogr_id;
 }