// GET: Internal
        public ActionResult Index()
        {
            var service = new InternalService();
            var exList  = service.GetAllInternals();

            return(View(exList));
        }