private void detach_Wypozyczenie(Wypozyczenie entity)
 {
     this.SendPropertyChanging();
     entity.Czytelnik = null;
 }
 partial void DeleteWypozyczenie(Wypozyczenie instance);
 partial void InsertWypozyczenie(Wypozyczenie instance);
 partial void UpdateWypozyczenie(Wypozyczenie instance);
 private void detach_Wypozyczenie(Wypozyczenie entity)
 {
     this.SendPropertyChanging();
     entity.Ksiazka = null;
 }