public static function show($locations)
 {
     MasterView::showHeader("Map");
     MasterView::showNav();
     MapView::showContent($locations);
     MasterView::showFooter(null);
 }