/// <summary>
 /// Shows the control panel.
 /// </summary>
 public void ShowControlPanel()
 {
     driver.controlPanel();
 }