public void PasteSubTrack(int subNum, ITrackClipObject cobj, IInterval iv, uint flags)
 {
     throw new NotImplementedException();
 }
 public bool CanPasteTrack(ITrackClipObject cobj, IInterval iv, uint flags)
 {
     throw new NotImplementedException();
 }