private void detach_Products_CrossSells1(Products_CrossSell entity)
		{
			this.SendPropertyChanging();
			entity.Product1 = null;
		}
		private void attach_Products_CrossSells(Products_CrossSell entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}