public void UpdateLabelTimer(int timePassed)
 {
     mainForm.UpdateLabelTimer(GetTimeLeft(timePassed));
 }