public ActionResult SearchResult(string keyword) { var matchedBooks = BookDao.GetTheMatchedBooks(keyword); return(View(matchedBooks)); }