public List <Book> GetBooksWithUser(string emailAddress) { return(bookDao.GetBooksWithUser(emailAddress)); }