public virtual void Update() {
     resourceSchema.Dal.Users dbo = null;
     try {
         dbo = new resourceSchema.Dal.Users();
         dbo.Users_Update(this.Sysid, this._userstatussysid, this._usertypesysid, this.Publicid, this.Path, this.Createdate, this.Lastmodifieddate, this.IsReadonly, this.Active);
     }
     catch (System.Exception ) {
         throw;
     }
     finally {
         if ((dbo != null)) {
             dbo.Dispose();
         }
     }
 }