public static void Delete(SystemWorkFlowStepWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
 public static void Refresh(SystemWorkFlowStepWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
 public static void SaveOrUpdate(SystemWorkFlowStepWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }