public override int GetHashCode()
 {
     return(Parent.GetHashCode() ^ Child.GetHashCode());
 }