private void _locations_SelectionChanged(object sender, EventArgs e)
 {
     _component.SetSelectedVisitLocation(_locations.Selection);
 }