private void NotifyEvent(DateTime dt, string text)
 {
     GatePacketManager.SetWatchEvent(dt, text);
 }