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