private static void ClearItemsControlManager(ItemsControl itemsControl)
 {
     itemsControl.ClearValue(ItemsControlManagerProperty);
 }