public ActionResult MenuLeft()
        {
            var rs = _get.SelectCategoryProductLeftMenu();

            return(PartialView(rs));
        }