public ActionResult Index()
        {
            var thoiKhoaBieux = contextTKB.GetTKBCurent();

            return(View(thoiKhoaBieux.ToList()));
        }