partial void DeleteNotification(Notification instance);
 partial void InsertNotification(Notification instance);
 partial void UpdateNotification(Notification instance);
		private void detach_Notifications(Notification entity)
		{
			this.SendPropertyChanging();
			entity.NotificationType = null;
		}