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