private void updateOutput()
        {
            var newOutput    = new OutputBuilder();
            var outPutString = newOutput.BuildFullOutput(this.taskCollection);

            this.outputTextBox.Text = outPutString;
        }