public void DeleteById(int bookId)
 {
     _bookDAL.DeleteById(bookId);
 }