public LongBookDTO GetBookForOneTimeBorrow(int libraryId, string bookName, string authorName) { return(repo.GetBookForOneTimeBorrow(libraryId, bookName, authorName)); }