/// <summary>
 /// Create a new FindingAction object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="action">Initial value of the Action property.</param>
 /// <param name="issueAction_Employee">Initial value of the IssueAction_Employee property.</param>
 /// <param name="issueAction_AuditFinding">Initial value of the IssueAction_AuditFinding property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static FindingAction CreateFindingAction(global::System.Int32 id, global::System.String action, global::System.Int32 issueAction_Employee, global::System.Int32 issueAction_AuditFinding, global::System.Byte[] rowVersion)
 {
     FindingAction findingAction = new FindingAction();
     findingAction.Id = id;
     findingAction.Action = action;
     findingAction.IssueAction_Employee = issueAction_Employee;
     findingAction.IssueAction_AuditFinding = issueAction_AuditFinding;
     findingAction.RowVersion = rowVersion;
     return findingAction;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the FindingActions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFindingActions(FindingAction findingAction)
 {
     base.AddObject("FindingActions", findingAction);
 }