public static void Attack(Soldier s)
 {
     s.DescribeArmor();
     s.ExecuteAttack();
     Console.WriteLine();
 }