void MappingRules_MappingError(object sender, BatchingErrorEventArgs args)
 {
     if (BatchException != null)
     {
         BatchException(this, args);
     }
 }
 void MappingRules_MappingError(object sender, BatchingErrorEventArgs args)
 {
     if (BatchException != null) BatchException(this, args);
 }