public bool DeleteOrderInfo(int oID) { try { return(orderinfobll.DeleteOrderInfo(oID)); } catch (Exception ex) { throw new ApplicationException(ex.Message); } }