partial void DeleteConceptProduct(ConceptProduct instance);
 partial void UpdateConceptProduct(ConceptProduct instance);
		private void detach_ConceptProducts(ConceptProduct entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}
 partial void InsertConceptProduct(ConceptProduct instance);
		private void attach_ConceptProducts(ConceptProduct entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}