partial void DeletetblOgrenci(tblOgrenci instance);
 partial void UpdatetblOgrenci(tblOgrenci instance);
 private void detach_tblOgrencis(tblOgrenci entity)
 {
     this.SendPropertyChanging();
     entity.tblEgitmen = null;
 }
 partial void InserttblOgrenci(tblOgrenci instance);
 private void attach_tblOgrencis(tblOgrenci entity)
 {
     this.SendPropertyChanging();
     entity.tblDer = this;
 }