private void SelectedItemShow(object o) { ExtactionSubCategory subCategory = o as ExtactionSubCategory; if (subCategory != null) { //Items = subCategory.Items; //item.ToControl(new DataViewPluginArgument() { CurrentData = null, DataSource = Items.Data as IDataSource }) } }