public void Delete(int id)
 {
     repo.DeleteCountry(id);
 }