/// <summary>
 /// Raises the selection changed event
 /// </summary>
 public void RaiseSelectionChanged()
 {
     OnSelectionChanged.SafeInvoke(this);
 }