public int CompareTo(Label other) => Name.CompareTo(other.Name);
 public int CompareTo(Tag other) => Name.CompareTo(other.Name);