public IEnumerable <Paises> GetAll() { return(_repo.GetAll()); }
// GET api/paises public IEnumerable <Object> Get() { return(Context.GetAll()); }