public Long countBatchJobGroup(BatchJobGroupQuery batchJobGroup) {
   return batchJobGroupDao.countBatchJobGroup(batchJobGroup);
 }