// GET: Relation/Details/5 public ActionResult Details(int id) { var model = service.GetInfo(id); return(View(model)); }