private void detach_DemandPermissions1(DemandPermission entity)
		{
			this.SendPropertyChanging();
			entity.SecurityTrustee1 = null;
		}
		private void detach_DemandPermissions1(DemandPermission entity)
		{
			this.SendPropertyChanging();
			entity.StructDivision1 = null;
		}
		private void attach_DemandPermissions(DemandPermission entity)
		{
			this.SendPropertyChanging();
			entity.SecurityTrustee = this;
		}
		private void attach_DemandPermissions(DemandPermission entity)
		{
			this.SendPropertyChanging();
			entity.StructDivision = this;
		}
		private void detach_DemandPermissions(DemandPermission entity)
		{
			this.SendPropertyChanging();
			entity.Demand = null;
		}
 partial void DeleteDemandPermission(DemandPermission instance);
 partial void UpdateDemandPermission(DemandPermission instance);
 partial void InsertDemandPermission(DemandPermission instance);