public ActionResult Stop(string name) { websiteRepository.StopWebsite(name); return(RedirectToAction("Index")); }