void insertAll(int index, Iterable<T> value) { _list.insertAll(index, value); _viewModel.update(this); }