partial void DeleteAHP_Alert(AHP_Alert instance);
 partial void UpdateAHP_Alert(AHP_Alert instance);
		private void detach_AHP_Alert(AHP_Alert entity)
		{
			this.SendPropertyChanging();
			entity.AHP = null;
		}
 partial void InsertAHP_Alert(AHP_Alert instance);
		private void attach_AHP_Alert(AHP_Alert entity)
		{
			this.SendPropertyChanging();
			entity.AHP = this;
		}