public bool CheckBookCurrentStock(int id)
 {
     return(bookGateway.CheckBookCurrentStock(id));
 }