public ActionResult Category(string Cate)
        {
            DDL();

            var 客戶資料 = repo.Category(Cate);

            return(View("Index", 客戶資料));
        }