public void xoaChiTietGiaoDich(int id)
 {
     using (var db = new ManageHotelEntities())
     {
         db.sp_XoaChiTietGiaoDich(id);
     }
 }