public void removeChildListAt(int index) throws IndexOutOfBoundsException {
   children.removeChildListAt(index);
 }