public void TestIsEmpty()
        {
            bool result = management.IsEmpty();

            Assert.IsTrue(result);
        }