public ActionResult AddTag(string tag) { var result = siteService.AddTag(tag); return(Json(result)); }