static void Main(string[] args)
        {
            UserInteractions displayer = new UserInteractions();

            displayer.Run();
        }