public function __construct()
 {
     self::$connect = DBConnection::getConnection($connector = new DBPostgreSQLService());
 }