public void Update(Customer entity)
 {
     throw new NotImplementedException();
 }
 public void Insert(Customer entity)
 {
     throw new NotImplementedException();
 }