/** The constructor. The constructor is called before the initialize() method. */
 public TaskViewController() {
   logic = LogicClass.getInstance();
   cmdParser = CommandParser.getInstance();
 }