public virtual void RemoveCommand(ExtendedRoutedCommand command) { CanShowCommandList.Remove(command); }
public virtual bool ContainsCommand(ExtendedRoutedCommand command) { return(CanShowCommandList.Contains(command)); }