public ActionResult Deleted(int id) { _hobbyService.Deleted(id); return(RedirectToAction("Index")); }