public void render(Symbol symbol, Coordinate coord)
 {
     Console.SetCursorPosition(coord.X, coord.Y);
     symbol.draw();
 }