static void Main(string[] args)
        {
            Battlefield battlefield = new Battlefield();

            battlefield.RunBattle();
        }