private void detach_CustomOrderImage(CustomOrderImage entity)
		{
			this.SendPropertyChanging();
			entity.CustomOrder = null;
		}
 partial void UpdateCustomOrderImage(CustomOrderImage instance);
 partial void DeleteCustomOrderImage(CustomOrderImage instance);
 partial void InsertCustomOrderImage(CustomOrderImage instance);