public void createZoneMap(String name, int width, int height) {
   TapZoneMap.createZoneMap(name, width, height);
 }