public static void CreateOrdDetail(OrderDetail od, int idBook)
 {
     OrderDetailDAO.CreateOrdDetail(od, idBook);
 }