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