public String getConfirmOnBoard() {
   return CommonUtil.isNull(bl.getConfirmOnBoard()) ? N : bl.getConfirmOnBoard();
 }