public void Send(MidiChannel mc)
 {
     if (_instrument != null)
     {
         _instrument.Send(mc);
     }
 }