private void DisplayClock()
 {
     txtTimer.text = timer.ToMinutes();
 }