public void rollback() {
   if (dataProvider != null) {
     dataProvider.rollback();
   }
 }