353637383940414243
/** * @return the bl */ public static TrainerBL getBl() { if (_bl == null) { _bl = new TrainerBLImpl(); } return _bl; }