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