public static IEnumerable <OrderDetail> GetAllOrdDetail(int idBook)
 {
     return(OrderBUS.GetAllOrdDetail(idBook));
 }