public void NoSportsTest()
        {
            bool noSports = sportStorage.IsEmpty();

            Assert.IsTrue(noSports);
        }