private void OnItemDoubleClicked(object sender, EventArgs e)
 {
     _component.ItemDoubleClick();
 }