protected bool Equals(Telephone other)
 {
     return(string.Equals(Number, other.Number));
 }
 protected bool Equals(Telephone other)
 {
     return string.Equals(Number, other.Number);
 }