internal void LoadRow(long row)
 {
     Row = row;
     Table.ReadRow(Row, Values);
 }