public bool Update(Payment_Description entity)
 {
     throw new NotImplementedException();
 }
 public bool Delete(Payment_Description id)
 {
     throw new NotImplementedException();
 }