public List <Book> ShowBooks(string name) { List <Book> books = new List <Book>(); books = bookGateway.Showbooks(name); return(books); }