public void themdh(DTODonDatHang dtodh)
 {
     DAO_Entity dao = new DAO_Entity();
     dao.ThemDonHang(dtodh);
 }