/// <summary>
 /// Initializes a new instance of the <see cref="SmartPanelRemoveOrderLineActionView"/> class.
 /// </summary>
 public SmartPanelRemoveOrderLineActionView()
 {
     this.presenter = new SmartPanelRemoveOrderLineActionPresenter(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SmartPanelRemoveOrderLineActionView"/> class.
 /// </summary>
 public SmartPanelRemoveOrderLineActionView()
 {
     this.presenter = new SmartPanelRemoveOrderLineActionPresenter(this);
 }