public void Append(SelectMgr_SequenceOfSelection theSeq)
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, SelectMgr_SequenceOfSelection theSeq)
 {
     throw new NotImplementedException();
 }
 public SelectMgr_SequenceOfSelection Assign(SelectMgr_SequenceOfSelection theOther)
 {
     throw new NotImplementedException();
 }
 public void InsertBefore(int theIndex, SelectMgr_SequenceOfSelection theSeq)
 {
     throw new NotImplementedException();
 }