public EventManager()
 {
     this._queue = new EventQueue();
     this._sw    = new Stopwatch();
     this._sw.Start();
 }