// GET: Admin/Section/Details/5 public ActionResult Details(int id) { return(View(sectionService.GetById(id))); }