@Override
 public UserInfo get(Long id) {
   return userInfoDao.getById(id);
 }