partial void DeleteImagen_Producto(Imagen_Producto instance);
 partial void UpdateImagen_Producto(Imagen_Producto instance);
		private void detach_Imagen_Producto(Imagen_Producto entity)
		{
			this.SendPropertyChanging();
			entity.Producto = null;
		}
 partial void InsertImagen_Producto(Imagen_Producto instance);
		private void attach_Imagen_Producto(Imagen_Producto entity)
		{
			this.SendPropertyChanging();
			entity.Producto = this;
		}