@Override
 public RolVO get(Integer id) {
   rol = rolDAOImpl.get(id);
   rolVO = toRolVO(rol);
   return rolVO;
 }