showTC: function(e) { e.stopImmediatePropagation(); BonusStrategy.showTC(this.collection.get(e.target.dataset.bonusCode)); },
showLoginPopup: function() { BonusStrategy.showLoginPopup(); }
getBonus: function(e) { BonusStrategy.getBonus(this.collection.get(e.target.dataset.bonusCode)); },