public DeviceViewModel()
 {
     this.devices          = DeviceModel.GetDevices();
     this.standards        = DeviceModel.GetStandards();
     this.selectedDevice   = 0;
     this.selectedStandard = this.Standards.FirstOrDefault();
 }