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