/**
  * @param string $databaseName
  */
 public static function drop($databaseName)
 {
     return MongoUtils::drop($databaseName);
 }