public int getMark(int x, int y) { return grid.getMark(x, y); }
public int getMark(int pos) { return grid.getMark(pos); }