drawCountrypolygon: function(geojson, color) {
        var geojson = this.setGeojson(geojson, color);
        this.setStyle();
        var multipolygon = this.map.data.addGeoJson(geojson)[0];
        this.presenter.setMultipolygon(multipolygon, geojson);