for (var i = 0 ; i < this.flagColorAssociation.length ; i++) {
            if (this.flagColorAssociation[i].name === flagName) {
                return this.flagColorAssociation[i].color;
            }
        }