public void ExecuteCommand()
 {
     todoList.CompleteTask(Id);
 }