public List <Country> GetAll()
 {
     return(_context.GetAllNInclude(c => !c.IsDeleted));
 }