private void detach_Products_Relateds1(Products_Related entity)
		{
			this.SendPropertyChanging();
			entity.Product1 = null;
		}
		private void attach_Products_Relateds(Products_Related entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}