public void DropDatabase(string dbName)
        {
            var api = new MongoDB2_6Api();

            api.DropDatabase(dbName);
        }