private void detach_CASINGs(CASING entity)
		{
			this.SendPropertyChanging();
			entity.BOREHOLE = null;
		}
		private void attach_CASINGs(CASING entity)
		{
			this.SendPropertyChanging();
			entity.BOREHOLE = this;
		}