public void Update()
 {
     _hour   = _timeSource.GetHour();
     _minite = _timeSource.GetMinite();
     _second = _timeSource.GetSecond();
 }