/// <summary>
 /// Deprecated Method for adding a new object to the CraigsListResponses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCraigsListResponses(CraigsListResponse craigsListResponse)
 {
     base.AddObject("CraigsListResponses", craigsListResponse);
 }
 /// <summary>
 /// Create a new CraigsListResponse object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="responseContent">Initial value of the ResponseContent property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 /// <param name="responseHtmlContent">Initial value of the ResponseHtmlContent property.</param>
 /// <param name="craigslitPostsId">Initial value of the CraigslitPostsId property.</param>
 public static CraigsListResponse CreateCraigsListResponse(global::System.Guid id, global::System.String responseContent, global::System.DateTime created, global::System.String responseHtmlContent, global::System.Guid craigslitPostsId)
 {
     CraigsListResponse craigsListResponse = new CraigsListResponse();
     craigsListResponse.Id = id;
     craigsListResponse.ResponseContent = responseContent;
     craigsListResponse.Created = created;
     craigsListResponse.ResponseHtmlContent = responseHtmlContent;
     craigsListResponse.CraigslitPostsId = craigslitPostsId;
     return craigsListResponse;
 }