public List <BookViewModel> GetAllBooks()
 {
     return(ConvertToBookViewModel(_productRepo.GetAllBooks()));
 }