// GET: Tag public ActionResult Index() { List <TagVO> tagList = TagDAO.GetTagList(); return(View(tagList)); }