public static bool UpdatePayment(int idBook, bool payment)
 {
     return(OrderBUS.UpdatePayment(idBook, payment));
 }