// GET: Hotel
        public ActionResult Index()
        {
            var l = a.getAllConsultations();

            return(View(l));
        }