public async Task <ActionResult> CouponDelete(int couponId)
        {
            await _coupon.DeleteByIdAsync(couponId);

            return(Redirect("/trang-quan-tri/quan-ly-ma-giam-gia"));
        }