private void detach_VendorContacts(VendorContact entity)
		{
			this.SendPropertyChanging();
			entity.ContactType = null;
		}
		private void attach_VendorContacts(VendorContact entity)
		{
			this.SendPropertyChanging();
			entity.Contact = this;
		}
 partial void UpdateVendorContact(VendorContact instance);
 partial void DeleteVendorContact(VendorContact instance);
 partial void InsertVendorContact(VendorContact instance);