public void OnClearListCancelled(ClearListCancelledEvent evt)
 {
     ElementInteractions.SetConfirmSectionVisibility(outerControls.ClearList,
                                                     outerControls.ClearListConfirmSection, false);
 }
 public void OnClearListCancelled(ClearListCancelledEvent evt)
 {
     EventNames.Remove(evt.GetType().Name);
 }