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