private void detach_SlotInformations(SlotInformation entity)
		{
			this.SendPropertyChanging();
			entity.Member = null;
		}
 partial void DeleteSlotInformation(SlotInformation instance);
 partial void InsertSlotInformation(SlotInformation instance);
 partial void UpdateSlotInformation(SlotInformation instance);
		private void attach_SlotInformations(SlotInformation entity)
		{
			this.SendPropertyChanging();
			entity.Activity = this;
		}