OOPhoto: Been A Bit Stumped Lately With The Next Step

<cfset arrErrors = APPLICATION.Factory
	.Get( "Facade" )
	.SaveGallery(
		ID = FORM.id,
		Name = FORM.name,
		Description = FORM.description,
		PhotoIDList = FORM.photo_id_list
		)
	/>

For Cut-and-Paste