public void ClearBookList()
 {
     _bookModel.ClearBookList();
     RaisePropertyChanged("AllBooks");
 }