/// <summary>
 /// Gets Current Time Step of the Model
 /// </summary>
 public double GetCurrentTimeStep()
 {
     return(MohidWaterEngineDLLAccess.GetCurrentTimeStep());
 }