partial void Deleteimages_product(images_product instance);
partial void Updateimages_product(images_product instance);
private void detach_images_products(images_product entity) { this.SendPropertyChanging(); entity.image = null; }
partial void Insertimages_product(images_product instance);
private void attach_images_products(images_product entity) { this.SendPropertyChanging(); entity.product = this; }