if ($Label == 'Religion') {
                            $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('RELIGION');
                            $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier('1');
                            $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                $tblStudentSubjectType, $tblStudentSubjectRanking);