private void _closeWorkspace_Click(object sender, EventArgs e)
 {
     _component.CloseSelectedWorkspace();
 }