public void ShowAll()
 {
     ProgramCommands.ShowAllCommands();
 }
 public void Invoke()
 {
     _progCommands.ShowAllCommands();
 }