public User resultOrNull(String id) {
   return dao.resultOrNull(id);
 }