public SoundViewModel(AutomationSound sound) { Sound = sound; }
public SoundDetailsViewModel(AutomationSound sound) { Title = "Свойства звукового элемента"; Sound = sound; Name = Sound.Name; }