/// <summary>
 /// Сняли выделение
 /// </summary>
 private void OnUnselected()
 {
     _objectsRepository.UnselectAll();
     SetSelected(null);
 }