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