public static bool UpdateTotal(int idBook)
 {
     return(OrderBUS.UpdateTotal(idBook));
 }