public ActionResult Update(int Unit, int Id) { GioHang giohang = GetCart(); giohang.Update(Id, Unit); return(RedirectToAction("Index")); }