public TSysUserProxyLogic(TSysUserProxyVo _tSysUserProxy)
 {
     tSysUserProxy = _tSysUserProxy;
     access        = new TSysUserProxyAccess();
 }
 public TSysUserProxyLogic()
 {
     access = new TSysUserProxyAccess();
 }