public int Add(DonHangDTO donhang) { try { return(donhangDAO.Add(donhang)); } catch (SqlException ex) { throw ex; } }