public bool DeleteOrderInfo(int orderID) { OrderDAC dac = new OrderDAC(); return(dac.DeleteOrderInfo(orderID)); }