OOPhoto - Modeling The Domain In Steps (Round II)

function Commit( PhotoGallery ){
	START Transaction;
	SUPER.Commit( PhotoGallery )
	END Transaction;
}

For Cut-and-Paste