@Override
 public Integer create(BookView bookView)
     throws ValidationException, IllegalDatabaseStateException, ForbiddenException,
         KeywordsRequiredException, AuthRequiredException, NoSuchEntityException {
   return bookCreationService.validateAndCreate(bookView);
 }