2122232425262728
private static EditBL _bl; public static EditBL getBL() { if (_bl == null) _bl = new EditBLImpl(); return _bl; }