public Task <int> addInstrumentAsync(InstrumentsContract newInstrument)
 {
     return(this.Channel.addInstrumentAsync(newInstrument));
 }
 public int addInstrument(InstrumentsContract newInstrument)
 {
     return(this.Channel.addInstrument(newInstrument));
 }