public void Loan_Book(Book book, string Username) { BooksDAL b = new BooksDAL(); b.Loan_Book(book.Name, Username); }