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