/// <summary>
 /// Runs the whole working cycle once - Testing Only
 /// </summary>
 public void RunSimulation()
 {
     if (!(MohidWaterEngineDLLAccess.RunSimulation()))
     {
         CreateAndThrowException();
     }
 }