public DeleteModel(IPaymentTypeCommand paymentTypeCommand, IPaymentTypeViewModel paymentTypeViewModel)
 {
     this.paymentTypeCommand   = paymentTypeCommand;
     this.paymentTypeViewModel = paymentTypeViewModel;
 }
        public PaymentTypeForm(IPaymentTypeCommand paymentTypeCommand)
        {
            InitializeComponent();

            this.paymentTypeCommand = paymentTypeCommand;
        }