//sách cũ public ActionResult ListOldSach() { var dao = new SachDao(); var listSach = dao.ListOldSach(); return(PartialView(listSach)); }