public void RemoveLibraryItem() { var item = SelectedItem.FindItem <ContentLibraryItemViewModel>(); if (item != null) { RemoveLibraryItem(item); } }