public override int GetHashCode()
 {
     return(Route.GetHashCode() ^ Instance.GetHashCode() ^ RowId.GetHashCode());
 }