_taxTotal: function () {
      var total = 0;
      $.each(this._results(), function (index, value) {
        total += value.tax;
      });