@Override
 public DemoVO getAccountVO(String accountId) {
   return BeanHelper.copyProperties(new DemoVO(), Demo.get(accountId));
 }