FileDialog.on('before:start', function(options) {
        FileDialog.controller = new Controller(options);
        this.listenTo(FileDialog.controller, 'destroy', FileDialog.stop);
    });