public void Test_InsertMonsterType()
        {
            var data   = new AdoData();
            var actual = data.InsertMonsterType(monsterType);

            Assert.True(actual);
        }