/** {@inheritDoc} */
 public void remove(String id) {
   dao.remove(new Long(id));
 }