/// <summary>
 /// indicates whether the selected elements could be pulled up in hierarchy
 /// </summary>
 /// <returns>true if selected elements could be pulled up, false otherwise</returns>
 public bool CanPullSelectionUp()
 {
     return(elements.CanPullUp(selectedElements));
 }