/** {@inheritDoc} */
 public T get(String id) {
   return dao.get(new Long(id));
 }