private void OnSelectionChanged(object sender, EventArgs e)
 {
     _component.SetSelection(ReverseSelection(_tableView.Selection));
 }