/// <summary>
 /// Constructor needed for the runtime reflection operations.
 /// </summary>
 public ExecutionSourceControl(RemoteExecutionSource orderExecutionSource)
     : base(orderExecutionSource)
 {
     InitializeComponent();
     this.Name = orderExecutionSource.Name;
     this.sessionInfosControl1.SessionManager = ExecutionSource;
 }
 /// <summary>
 /// Constructor needed for the runtime reflection operations.
 /// </summary>
 public ExecutionSourceControl(RemoteExecutionSource orderExecutionSource)
     : base(orderExecutionSource)
 {
     InitializeComponent();
     this.Name = orderExecutionSource.Name;
     this.sessionInfosControl1.SessionManager = ExecutionSource;
 }