public static void Main(string[] args)
        {
            ICommandInterpreter command = new CommandInterpreter();

            IEngin engin = new Engin(command);

            engin.Run();
        }