public function doConnect()
 {
     self::$db_connection = new mysqli(self::$server, self::$username, self::$password, self::$database);
     return self::$db_connection;
 }