public StaticCurvesPresenter(IStaticCurves view)
 {
     _view = view;
     _index = 0;
     StartCmd = new RelayCommand(this.Draw);
 }
 public StaticCurvesPresenter(IStaticCurves view)
 {
     _view    = view;
     _index   = 0;
     StartCmd = new RelayCommand(this.Draw);
 }