partial void DeleteCustomerAddress(CustomerAddress instance);
 partial void InsertCustomerAddress(CustomerAddress instance);
 partial void UpdateCustomerAddress(CustomerAddress instance);
 private void detach_CustomerAddresses(CustomerAddress entity)
 {
     this.SendPropertyChanging();
     entity.Customer = null;
 }
 partial void DeleteCustomerAddress(CustomerAddress instance);
 partial void UpdateCustomerAddress(CustomerAddress instance);
 partial void InsertCustomerAddress(CustomerAddress instance);
		private void detach_CustomerAddresses(CustomerAddress entity)
		{
			this.SendPropertyChanging();
			entity.Customer = null;
		}