public Map(int w, int h) { map = new MapCell[w, h]; }
//constructor public Map() { map = new MapCell[20, 20]; }