/** Remove the map. */
 public void removeMap() {
   // TODO remove in a transaction
   map.removeMap();
 }