private void detach_Wypozyczenies(Wypozyczenie entity)
		{
			this.SendPropertyChanging();
			entity.Egzemplarz = null;
		}
 partial void DeleteWypozyczenie(Wypozyczenie instance);
 partial void InsertWypozyczenie(Wypozyczenie instance);
 partial void UpdateWypozyczenie(Wypozyczenie instance);
		private void detach_Wypozyczenies(Wypozyczenie entity)
		{
			this.SendPropertyChanging();
			entity.Uzytkownik = null;
		}