public bool Add(int id, int userId)
        {
            var flag = _couponService.AddUserCoupon(id, userId);

            return(flag);
        }