public GestureMatchEventArgs(Gesture Gesture)
 {
     this.Gesture = Gesture;
 }