public IQueryable <Country> GetAll()
 {
     return((IQueryable <Country>)link.Country_GetAll());
 }