public ActionResult ReplicateTemplate(int id) { surveyLogic.ReplicateTemplate(id); return(Redirect(Url.Action("Index") + "#Template")); }