public override int GetHashCode()
 {
     return(Column.GetHashCode() ^ Row.GetHashCode() ^ TableID.GetHashCode());
 }