public ActionResult SanPham()
        {
            var min = _get.SelectCategoryProduct();

            return(View(min));
        }