/** {@inheritDoc} */
 public boolean exists(long id) {
   return dao.exists(id);
 }