// TODO: any sensible value possible?
 public virtual void RemoveInstruction(int index)
 {
     collinstr.RemoveAtReturningValue(index);
 }