public static VMInstrument Create(ModelInstrument modelInstrument)
 {
     return(new VMInstrument(modelInstrument));
 }
 public VMInstrument(ModelInstrument modelInstrument)
 {
     _modelInstrument = modelInstrument;
 }