private void setAmountOfBook(BookTitleBLL bookTitleBLL)
 {
     this.txtBookTotal.Text = bookTitleBLL.getAmountOfBook().ToString();
 }