public ActionResult Delete(int tagId) { TagDAO.DeleteTag(tagId); Response.Redirect(Request.UrlReferrer.ToString()); return(View()); }