/** {@inheritDoc} */
 public List<User> getUsers() {
   return userDao.getAllDistinct();
 }