@XmlTransient
 public List<Noten> getNotenListByProfessor() {
   return person.getNotenList();
 }