this.tabView.getTab(4).subscribe("activeChange", function(e) {
                    if(e.newValue) {
                        this.WeeklyMedalStats();
                    }
                }, this, true);