BugCore.getInstance = function() {
        if (BugCore.instance === null) {
            BugCore.instance = new BugCore();
        }
        return BugCore.instance;