partial void Deletewypozyczenia(wypozyczenia instance);
partial void Insertwypozyczenia(wypozyczenia instance);
partial void Updatewypozyczenia(wypozyczenia instance);
private void detach_wypozyczenia(wypozyczenia entity) { this.SendPropertyChanging(); entity.czytelnicy = null; }