public PageResult <CouponResponse> GetAllCoupons(int pageIndex, int pageSize) { return(CouponService.GetAllCoupons(base.CurrentUser.UserId, pageIndex, pageSize)); }