generateCSV: function() {
            var data = {_nonce: this.App.Data.Nonce};
            this.model.generate(1, data);
        }