/// <summary>
 /// Create a new IssueComplaint object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="filedByUserId">Initial value of the FiledByUserId property.</param>
 /// <param name="issueId">Initial value of the IssueId property.</param>
 /// <param name="complaint">Initial value of the Complaint property.</param>
 public static IssueComplaint CreateIssueComplaint(global::System.Int32 id, global::System.Int32 filedByUserId, global::System.Int32 issueId, global::System.String complaint)
 {
     IssueComplaint issueComplaint = new IssueComplaint();
     issueComplaint.Id = id;
     issueComplaint.FiledByUserId = filedByUserId;
     issueComplaint.IssueId = issueId;
     issueComplaint.Complaint = complaint;
     return issueComplaint;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the IssueComplaints EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIssueComplaints(IssueComplaint issueComplaint)
 {
     base.AddObject("IssueComplaints", issueComplaint);
 }