public double GetAmountAllBooks()
 {
     return(_bookRepo.GetAmountAllBooks());
 }