private void _diagnosticServiceTableView_ItemDoubleClicked(object sender, EventArgs e)
 {
     _component.DoubleClickSelectedItem();
 }