private void detach_CASING1s(CASING1 entity)
		{
			this.SendPropertyChanging();
			entity.BOREHOLE = null;
		}
		private void attach_CASING1s(CASING1 entity)
		{
			this.SendPropertyChanging();
			entity.BOREHOLE = this;
		}