public void  Trening()
        {
            Serie--;
            CrossTextToSpeech.Current.Speak("Work");

            Praca = pomP;
            if (Serie == 0)
            {
                Odpoczynek = 0;
            }
            else
            {
                Odpoczynek = pomO;
            }
            timerPraca.startTimer();
            Kolor           = "#e85151";
            widocznoscPraca = true;

            if (Praca == 0 && timerOdpoczynek.isTimerEnabled() == false)
            {
                timerPraca.stopTimer();
            }
        }