public ActionResult AddLink(string name) { linksService.AddNewLink(name); return(RedirectToAction("Index", "Links")); }