public int CompareTo(StringDb other)
 {
     return(CompareTo(other.Value));
 }
 public bool Equals(StringDb other)
 {
     return(Equals(other.Value));
 }