private bool StillOnFirstRow(RowType rt, Dictionary <string, string> Cells)
 {
     return(Cells[HomeRow] == rt.ToDescriptionString());
 }