public ActionResult Sua(int id)
 {
     ViewBag.DanhSachGiay = giayDAO.GetAll();
     ViewBag.DanhSachKH   = khDAO.getAll();
     return(View(dcDAO.getDiscountById(id)));
 }