/**
  * Sets the table prefix
  *
  * @param string $tablePrefix
  */
 public static function setTablePrefix($tablePrefix)
 {
     self::$tablePrefix = $tablePrefix;
 }