partial void DeletePrzedmiotSemestr(PrzedmiotSemestr instance);
 partial void UpdatePrzedmiotSemestr(PrzedmiotSemestr instance);
		private void detach_PrzedmiotSemestrs(PrzedmiotSemestr entity)
		{
			this.SendPropertyChanging();
			entity.Semestr = null;
		}
 partial void InsertPrzedmiotSemestr(PrzedmiotSemestr instance);
		private void attach_PrzedmiotSemestrs(PrzedmiotSemestr entity)
		{
			this.SendPropertyChanging();
			entity.Przedmiot = this;
		}