static void Main(string[] args)
        {
            LoginScreen l = new LoginScreen();

            l.Counter();
        }