private void detach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.lkupDesk = null;
		}
 partial void DeleteBroker_Desk(Broker_Desk instance);
		private void detach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.BrokerMapValue = null;
		}
 partial void UpdateBroker_Desk(Broker_Desk instance);
 partial void InsertBroker_Desk(Broker_Desk instance);
		private void attach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.lkupInitAgg = this;
		}
		private void attach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.lkupTradeType = this;
		}
		private void attach_Broker_Desks(Broker_Desk entity)
		{
			this.SendPropertyChanging();
			entity.LocationMapValue = this;
		}