partial void DeleteCustUserWebProperty(CustUserWebProperty instance);
 partial void InsertCustUserWebProperty(CustUserWebProperty instance);
 partial void UpdateCustUserWebProperty(CustUserWebProperty instance);
		private void detach_CustUserWebProperties(CustUserWebProperty entity)
		{
			this.SendPropertyChanging();
			entity.CustomerUser = null;
		}