public static IReadOnlyList <object> GetAllSelectedObjects(this ISelectionMgr selMgr)
 {
     return(selMgr.GetSelectedObjects((t, m) => true));
 }