public IActionResult Cau04()
        {
            StoreContext storeContext = HttpContext.RequestServices.GetService(typeof(StoreContext)) as StoreContext;

            ViewData["casis"] = storeContext.GetCaSiHatTatCaBaiHat();
            return(View());
        }