//When the shot stopped playing reset the video sequence
 private void m_play_StopPlayShot(Object sender)
 {
     m_State = State.Stopped;
     //m_play.Rewind();
     m_play.Reset();
 }