public int CompareTo(ITT other)
 {
     return(ToStringN().CompareTo(other.ToStringN()));
 }