setFileInfo: function(fileInfo) {
            if (this.model !== fileInfo) {
                this.model = fileInfo;
                this.render();
            }