private static function getDatabaseInstance()
 {
     if (is_null(self::$database)) {
         self::$database = new Database();
     }
 }