2526272829303132
private static MapBL _bl; public static MapBL getBL() { if (_bl == null) _bl = new MapBLImpl(); return _bl; }