public void End()
 {
     if (dTimer != null)
     {
         dTimer.EndTimer();
     }
 }