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