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