/// <summary>
 /// Initializes a new instance of the <see cref="FrmVoucherLists"/> class.
 /// </summary>
 public FrmVoucherLists()
 {
     InitializeComponent();
     _voucherListsPresenter = new VoucherListsPresenter(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="UserControlVoucherList"/> class.
 /// </summary>
 public UserControlVoucherList()
 {
     InitializeComponent();
     _voucherListsPresenter = new VoucherListsPresenter(this);
 }