public void Show(IOutputView textView)
 {
     textView.Present(this);
 }
 public void Show(IOutputView view)
 {
     view.Present(this);
 }