public void StopCounting(TimeChecker timer)
 {
     timer.StartTimer -= Countdown;
 }