public void Delete(ProductionOrderPlannedPayment entity)
 {
     CurrentSession.Delete(entity);
 }
 public void Save(ProductionOrderPlannedPayment entity)
 {
     CurrentSession.SaveOrUpdate(entity);
 }