private void detach_Lærers(Lærer entity)
		{
			this.SendPropertyChanging();
			entity.Bruger = null;
		}
		private void attach_Lærers(Lærer entity)
		{
			this.SendPropertyChanging();
			entity.Bruger = this;
		}
	partial void UpdateLærer(Lærer instance);
	partial void DeleteLærer(Lærer instance);
	partial void InsertLærer(Lærer instance);