public override bool Capture()
        {
            IPaymentCapturer capturer = new CapturePayment(null, _paymentManager);

            return(capturer.Capture(this));
        }