public Book GetBookInfoById(int id)
 {
     return(bookGateway.GetBookInfoById(id));
 }