public List <Book> SearchByAuthor(string author) { valid.ValidateAuthor(author); return(repo.SearchByAuthor(author)); }