public ActionResult AddTag(string tags, int id) { myDal.AddTag(tags, id); return(RedirectToAction("FileDetail", new { id = id })); }