public bool Equals(Usid g) { return(UniqueKey == g.UniqueKey); }
public int CompareTo(Usid g) { return((int)(UniqueKey - g.UniqueKey)); }