public void ReviewDisplayUpdaterUpdateTimerLabelTest()
        {
            MainWindow main_window = new MainWindow();
            Nkujukira.Demo.Singletons.Singleton.CURRENT_FILE_NAME = Singleton.VIDEO_FILE_PATH;
            ReviewDisplayUpdater thread = new ReviewDisplayUpdater(main_window.GetReviewFootageImageBox());

            bool sucess = thread.UpdateTimerLabel(0.00);
            Assert.IsTrue(sucess);
        }