current Model interface only support Add() and there are no way to insert data in specific index.
we need more insertion ways in basic model interface.
- Append : Insert model child after last child of model index. same as add
- Prepend : Insert model child before the first child of model index.
- Insert_At / Before / After : Insert model child before / after given index.