@Override
 public Code get(String id) {
   // TODO Auto-generated method stub
   return codeDao.get(id);
 }