public ActionResult OgrenciGuncelle(int Id)
        {
            var sonuc = OgrenciBL.OgrenciGetir(Id);

            return(View(sonuc));
        }