public ActionResult Add_Cate(string Good_Ca)
        {
            Good_CateManager gcm = new Good_CateManager();

            gcm.Add_Cate(Good_Ca);
            return(RedirectToAction("Index"));
        }