@Override
 public IAuthor getAuthor() {
   return DatabaseHelper.getDatabase().getAuthorDaoImpl().findById(this.authId);
 }