public Task <List <Pais> > ConsultarPaisAsync(FiltroPais datos)
 {
     throw new NotImplementedException();
 }
 public List <Pais> ConsultarPais(FiltroPais datos)
 {
     throw new NotImplementedException();
 }