if (isset($Content['B01'][$tblCertificate->getCertificate()]['L' . $certificate][$gender])) {
                                                        $Content['B01'][$tblCertificate->getCertificate()]['L' . $certificate][$gender]++;
                                                    } else {
                                                        $Content['B01'][$tblCertificate->getCertificate()]['L' . $certificate][$gender] = 1;
                                                    }