public function formatDBName($dbName)
 {
     return sprintf('%s%s%s', $this->_config->getDBPrefix(), $dbName, $this->_config->getDBSuffix());
 }