/// <summary>
 /// Deprecated Method for adding a new object to the AuditLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuditLogs(AuditLog auditLog)
 {
     base.AddObject("AuditLogs", auditLog);
 }
 /// <summary>
 /// Create a new AuditLog object.
 /// </summary>
 /// <param name="auditID">Initial value of the AuditID property.</param>
 public static AuditLog CreateAuditLog(global::System.Int32 auditID)
 {
     AuditLog auditLog = new AuditLog();
     auditLog.AuditID = auditID;
     return auditLog;
 }