private void detach_StoreContacts(StoreContact entity)
		{
			this.SendPropertyChanging();
			entity.ContactType = null;
		}
		private void attach_StoreContacts(StoreContact entity)
		{
			this.SendPropertyChanging();
			entity.Contact = this;
		}
 partial void UpdateStoreContact(StoreContact instance);
 partial void DeleteStoreContact(StoreContact instance);
 partial void InsertStoreContact(StoreContact instance);