public void Dispose()
 {
     CountdownElement.Stop();
 }
 public void StartCountdown()
 {
     CountdownElement.Start();
 }