private void NewStatus(string info) { outputView.AddOutput(info); }
public void AddOutput(string line) { outputView.AddOutput(line); }