public void Get_All_Returns_An_Object()
        {
            var o = MilitaryUnits.GetAll();

            Assert.IsNotNull(o.Sub);
        }