@RequestMapping(method = RequestMethod.GET)
 public List<Tag> findTag() {
   return tagDao.findAll();
 }