public int CapNhat(HOATDONG lpDTO)
 {
     DAOHoatDong HOATDONG = new DAOHoatDong();
     return HOATDONG.CapNhat(lpDTO);
 }