public void Reveal()
 {
     GridPrinter.Print(Cells, true);
 }
 public void Print()
 {
     GridPrinter.Print(Cells);
 }