public char CellAt(int row, int col)
 {
     return(Representation.CellAt(row, col));
 }