set => SetValue(CurrentNameProperty, value);
 get => (string)GetValue(CurrentNameProperty); set => SetValue(CurrentNameProperty, value);