public static void Add(HintBase hint) { Hints.Add(hint); }
public static void Remove(HintBase hint) { Hints.Remove(hint); }