onRender: function () {
      this.accounts.on('sync', _.bind(this.renderAccounts, this));
      this.renderAccounts();
    },