public List<Review> getPatronReviews() {
return loginedPatron.getReviews();
}
public String loginClick() {
loginedPatron = new Patron();
patrons = bookService.getAllPatrons();
String url = "index.xhtml";
FacesContext context = FacesContext.getCurrentInstance();
context.getExternalContext().getSessionMap().put("email", email);
patrons = bookService.getAllPatrons();