public List<BoardVO> getBoardList(NaviVO nvo) {
   BoardMapper mapper = template.getMapper(BoardMapper.class);
   return mapper.getBoardList(nvo);
 }