public DisplayBookBorrowerViewModel GetAllBooksBorrowers()
 {
     return(_repository.GetAllBooksBorrowers());
 }