public int CapNhat(LOAIHOATDONG lpDTO)
 {
     try
     {
         LinQDataContext db = new LinQDataContext(global::DAOAuction.Properties.Settings.Default.webdoantruongConnectionString);
         return db.LOAIHOATDONG_update(
             lpDTO.MaLoaiHoatDong ,
             lpDTO.TenLoaiHoatDong
             );
     }
     catch (Exception ex)
     {
         throw (ex);
     }
 }