partial void Deletenotification(notification instance);
 partial void Insertnotification(notification instance);
 partial void Updatenotification(notification instance);
		private void detach_notifications(notification entity)
		{
			this.SendPropertyChanging();
			entity.user = null;
		}