public virtual void Insert() {
     resourceSchema.Dal.Projectattributes dbo = null;
     try {
         dbo = new resourceSchema.Dal.Projectattributes();
         dbo.ProjectAttributes_Insert(this._projectsysid, this.Createdate, this.Lastmodifieddate, this.Description);
     }
     catch (System.Exception ) {
         throw;
     }
     finally {
         if ((dbo != null)) {
             dbo.Dispose();
         }
     }
 }