/// <summary>
 /// Create a new FurtherAction object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="issueAction_Issue">Initial value of the IssueAction_Issue property.</param>
 /// <param name="actionTitle">Initial value of the ActionTitle property.</param>
 /// <param name="issueAction_Employee">Initial value of the IssueAction_Employee property.</param>
 /// <param name="percentCompleted">Initial value of the PercentCompleted property.</param>
 /// <param name="priority">Initial value of the Priority property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static FurtherAction CreateFurtherAction(global::System.Int32 id, global::System.Int32 issueAction_Issue, global::System.String actionTitle, global::System.Int32 issueAction_Employee, global::System.Decimal percentCompleted, global::System.String priority, global::System.String status, global::System.Byte[] rowVersion)
 {
     FurtherAction furtherAction = new FurtherAction();
     furtherAction.Id = id;
     furtherAction.IssueAction_Issue = issueAction_Issue;
     furtherAction.ActionTitle = actionTitle;
     furtherAction.IssueAction_Employee = issueAction_Employee;
     furtherAction.PercentCompleted = percentCompleted;
     furtherAction.Priority = priority;
     furtherAction.Status = status;
     furtherAction.RowVersion = rowVersion;
     return furtherAction;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the FurtherActions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFurtherActions(FurtherAction furtherAction)
 {
     base.AddObject("FurtherActions", furtherAction);
 }