public int insertBoard(BoardVO board) {
   BoardMapper mapper = template.getMapper(BoardMapper.class);
   return mapper.insertBoard(board);
 }