// GET: 客戶銀行資訊/Create
 public ActionResult Create()
 {
     ViewBag.客戶Id = new SelectList(Repo.Get客戶資料List(), "Id", "客戶名稱");
     return(View());
 }