public string ClearAllVotes() { var countryService = new CountryService(); countryService.ClearAllVotes(); return("Ok"); }