public void remove(int index) {
   if (dataProvider != null) {
     dataProvider.remove(index);
   }
 }