if (sChoice == 1):
     firstchoice = True
     employeeUserName = ''
     employeePassword = ''
     reporting = ''
     while (firstchoice):
         firstchoice = True
         employeeUserName = input("\nNORMAL EMPLOYEE USERNAME : "******"NORMAL EMPLOYEE PASSWORD : "******"REPORTING AUTHORITY : ")
         if (len(employeeUserName) == 0 or len(employeePassword) == 0 or len(reporting) == 0):
             firstchoice = True
             print("\n------------ VALUES CANNOT BE NULL --------------")
         else:
             firstchoice = False
     if (adminLgn.IsUseridUnique(employeeUserName, "EMPLOYEE", lstEmpInfo, lstRAInfo)):
         reporter = adminLgn.checkReportingAuthority(reporting, lstRAInfo)
         r = ''
         if (reporter == None):
             print("\n------------ ADD REPORTING AUTHORITY FIRST --------------")
             secondchoice = True
             tempPassword = ''
             while (secondchoice):
                 secondchoice = True
                 print("\nREPORTING AUTHORITY USERNAME : "******"REPORTING AUTHORITY PASSWORD : "******"\n------------ VALUES CANNOT BE NULL --------------")
                 else:
                     secondchoice = False