private void _activateWindow_Click(object sender, EventArgs e)
 {
     _component.ActivateSelectedWindow();
 }