String getStudentId(UUID personId) throws ObjectNotFoundException {
   return personService.getSchoolIdForPersonId(personId);
 }