var PrepModelGaleriaCommand = function(){
	
	this.Extends = SimpleCommand;
	
	this.execute = function(note/*INotification*/){
		
		this.getFacade().registerProxy(new GaleriaFotosProxy());
		
	}
	
}

PrepModelGaleriaCommand = new Class(new PrepModelGaleriaCommand());
