void onFaceFound(Int32 id)
 {
     detector.AddEvent(new NativeEvent(NativeEventType.FaceFound, id));
 }