public int CompareTo(Items other) { return(Brand.CompareTo(other.Brand)); }
public int CompareTo(Car other) { return(Brand.CompareTo(other.Brand)); }
int IComparable <Clock> .CompareTo(Clock other) { return(Brand.CompareTo(other.Brand)); }