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