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