public int GetTransactionStatus()
 {
     return(_paymentStrategy.CheckPaymentStatus(_payment));
 }