AddSorted
int32 AddSorted(BRowContainer* list, BRow* row);
return AddSorted(parentRow->fChildList, row);
return AddSorted(&fRows, row);