private void RefreshAccountsView()
 {
     TimeServerAccountsView.Refresh();
 }
        private void SelectNewAccountInView()
        {
            var latestAccount = _timeServerAccounts.Last();

            TimeServerAccountsView.MoveCurrentTo(latestAccount);
        }