public IHttpActionResult GetAuthor(string author)
 {
     return(Ok(catalog.GetBooksByAuthor(author)));
 }