public AddCommand()
 {
     todoApp  = TodoApp.Default();
     renderer = new TodoRenderer(todoApp);
 }