protected void AddLastTask(RandoTask toPush) { this.Logic.Tasks.AddToBack(toPush); this.BackCount++; }
protected void AddNextTask(RandoTask toPush) { this.Logic.Tasks.AddToFront(toPush); this.FrontCount++; }