public void DisposingTest()
        {
            //Act
            songController.Dispose();

            //Useless unit test? *66.67% covered method
        }