public void RemoveUI(CompositeRemoteCommand command)
 {
     throw new NotImplementedException();
 }
 public void GenerateUI(CompositeRemoteCommand command)
 {
     RegisterCanExecuteEvent();
 }