/// <summary>
 /// Create a new AuditAuditor object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="auditAuditor_Audit">Initial value of the AuditAuditor_Audit property.</param>
 /// <param name="auditAuditor_Auditor">Initial value of the AuditAuditor_Auditor property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static AuditAuditor CreateAuditAuditor(global::System.Int32 id, global::System.Int32 auditAuditor_Audit, global::System.Int32 auditAuditor_Auditor, global::System.Byte[] rowVersion)
 {
     AuditAuditor auditAuditor = new AuditAuditor();
     auditAuditor.Id = id;
     auditAuditor.AuditAuditor_Audit = auditAuditor_Audit;
     auditAuditor.AuditAuditor_Auditor = auditAuditor_Auditor;
     auditAuditor.RowVersion = rowVersion;
     return auditAuditor;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AuditAuditors EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuditAuditors(AuditAuditor auditAuditor)
 {
     base.AddObject("AuditAuditors", auditAuditor);
 }