public void EditItem(object item) { _editingItem = item as T; if (_editingItem != null) { _editingItem.BeginEdit(); } }