public AllowedValue(string value)
 {
     sortKey    = key = StormHacks.MakeKeyFromDisplayName(value);
     this.value = value;
 }