void _kinect_KinectStarted(object sender, KinectEventArgs e)
 {
     //Thread.Sleep(400);
     _kinect.SetElevationAngle(1);
 }