partial void DeleteAlertWizardOpts(AlertWizardOpts instance);
 partial void UpdateAlertWizardOpts(AlertWizardOpts instance);
		private void detach_AlertWizardOpts(AlertWizardOpts entity)
		{
			this.SendPropertyChanging();
			entity.AlertWizardDetails = null;
		}
 partial void InsertAlertWizardOpts(AlertWizardOpts instance);
		private void attach_AlertWizardOpts(AlertWizardOpts entity)
		{
			this.SendPropertyChanging();
			entity.AlertLanDef = this;
		}