public getSurahList(): JQuery.jqXHR {
        return this.http.get(this.api.get('quran', 'surah'));
    }