@Override
 public List<String> listAllType() {
   return cmsLinkDao.listAllType();
 }