void OgrenciListesi() { List <EntityOgrenci> OgrList = BLLOgrenci.LISTELE(); dataGridView1.DataSource = OgrList; }