public Euler(double dt_, Model myModel_) : base(dt_, myModel_) { }
public Discretization(double dt_, Model myModel_) { this.dt=dt_; this.myModel = myModel_; }