public void Post(string name)
 {
     repo.InsertCountry(name);
 }