public Form2(BookAdmin bookManage, int bookrowItem) { InitializeComponent(); this.bookManage = bookManage; this.bookrowItem = bookrowItem; book = bookDAO.selectBook(bookrowItem); }