private String exception(User creator, String string) {
   return "user " + creator.getUsername() + " is not authorized to " + string;
 }