/// <summary>
 /// Deprecated Method for adding a new object to the AuditForms EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuditForms(AuditForm auditForm)
 {
     base.AddObject("AuditForms", auditForm);
 }
 /// <summary>
 /// Create a new AuditForm object.
 /// </summary>
 /// <param name="formID">Initial value of the FormID property.</param>
 public static AuditForm CreateAuditForm(global::System.Int16 formID)
 {
     AuditForm auditForm = new AuditForm();
     auditForm.FormID = formID;
     return auditForm;
 }