public static int InsetOrder(DON_HANG_DTO dh) { try { return(DonHangDAO.InsertOrder(dh)); } catch (Exception e) { throw e; } }