private void TxtTime_EnterKeyDown(object parameters)
 {
     NewStart();
     _ui.BtnStartFocus();
 }