static void Main(string[] args) { Battlefield battlefield1 = new Battlefield(); battlefield1.StartBattle(); Console.ReadLine(); }