/// <summary>
 /// Deprecated Method for adding a new object to the taxpayerdocument EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotaxpayerdocument(taxpayerdocument taxpayerdocument)
 {
     base.AddObject("taxpayerdocument", taxpayerdocument);
 }
 /// <summary>
 /// Create a new taxpayerdocument object.
 /// </summary>
 /// <param name="taxpayer_document_id">Initial value of the taxpayer_document_id property.</param>
 public static taxpayerdocument Createtaxpayerdocument(global::System.Int32 taxpayer_document_id)
 {
     taxpayerdocument taxpayerdocument = new taxpayerdocument();
     taxpayerdocument.taxpayer_document_id = taxpayer_document_id;
     return taxpayerdocument;
 }