public ActionResult AddTag(Tag tag) { _tagManager.AddNewTags(tag.TagName); return(RedirectToAction("ManageTags")); }