public void Update(DalCountry entity)
 {
     throw new NotImplementedException();
 }
 public void Delete(DalCountry e)
 {
     throw new NotImplementedException();
 }