public ActionResult Index()
        {
            List <ProductInfo> list = ProductUtils.getProductHome();

            return(View(list));
        }