// GET: Instructor
        public ActionResult Index()
        {
            var all = _service.EagerGetAll();

            return(View(all));
        }