public Schedule() { this.taskToDolist = new TaskToDoList(); this.taskCreator = new TaskCreator(this.taskToDolist); }