private void detach_PacificCodes(PacificCode entity)
		{
			this.SendPropertyChanging();
			entity.Customer = null;
		}
 partial void DeletePacificCode(PacificCode instance);
 partial void UpdatePacificCode(PacificCode instance);
 partial void InsertPacificCode(PacificCode instance);
		private void attach_PacificCodes(PacificCode entity)
		{
			this.SendPropertyChanging();
			entity.Store = this;
		}
		private void detach_PacificCodes(PacificCode entity)
		{
			this.SendPropertyChanging();
			entity.PacificCodeStatus = null;
		}