public T01I001 get(Integer id) {
   return continentDao.get(id);
 }
 public List<T01I001> get(T01I001 e) {
   return continentDao.get(e);
 }
 public List<T01I001> get() {
   return continentDao.get();
 }