public static function setDBseparator($sep = ", ")
 {
     self::$dbseparator = $sep;
 }