/// <summary>
 /// Gets the control panel image.
 /// </summary>
 public override void GetControlPanelImage()
 {
     ControlPanelImage = _controlPanel.ScreenCapture();
 }