private void ButtonOnClick() { var timeSpan = TimeSpan.FromSeconds(_secondsCount); _timersManager.CreateTimerModel(timeSpan); }