private void UCiteLE_Detach(UCiteLE entity)
		{
			this.SendPropertyChanging();
			entity.AutosKoLY = null;
		}
		private void UCiteLE_Attach(UCiteLE entity)
		{
			this.SendPropertyChanging();
			entity.AutosKoLY = this;
		}