public void UpdateTextBox(System.Windows.Controls.TextBox tb, string value) => tb.SetCurrentValue(System.Windows.Controls.TextBox.TextProperty, value);