public void CancelEdit()
 {
     if (_editingItem != null)
     {
         _editingItem.CancelEdit();
         _editingItem = null;
     }
 }