public static void Main(string[] args)
        {
            Capturer call1 = new Capturer();

            call1.CaptureIt();
        }