public async Task <IActionResult> GiveOutBook(Guid bookId) { return(View(await _booksProvider.GetBookToGiveOutAsync(bookId))); }