/// <summary>
 /// Deprecated Method for adding a new object to the CuentaxCobrar EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCuentaxCobrar(CuentaxCobrar cuentaxCobrar)
 {
     base.AddObject("CuentaxCobrar", cuentaxCobrar);
 }
 /// <summary>
 /// Create a new CuentaxCobrar object.
 /// </summary>
 /// <param name="idEmpresa">Initial value of the idEmpresa property.</param>
 /// <param name="idUsuario">Initial value of the idUsuario property.</param>
 /// <param name="idCuentaxCobrar">Initial value of the idCuentaxCobrar property.</param>
 /// <param name="modulo">Initial value of the Modulo property.</param>
 /// <param name="idNumeroFactura">Initial value of the idNumeroFactura property.</param>
 /// <param name="totalCuotas">Initial value of the TotalCuotas property.</param>
 /// <param name="porcentaje_interes">Initial value of the porcentaje_interes property.</param>
 public static CuentaxCobrar CreateCuentaxCobrar(global::System.Int32 idEmpresa, global::System.Int32 idUsuario, global::System.Int32 idCuentaxCobrar, global::System.Int32 modulo, global::System.Int32 idNumeroFactura, global::System.Int32 totalCuotas, global::System.Decimal porcentaje_interes)
 {
     CuentaxCobrar cuentaxCobrar = new CuentaxCobrar();
     cuentaxCobrar.idEmpresa = idEmpresa;
     cuentaxCobrar.idUsuario = idUsuario;
     cuentaxCobrar.idCuentaxCobrar = idCuentaxCobrar;
     cuentaxCobrar.Modulo = modulo;
     cuentaxCobrar.idNumeroFactura = idNumeroFactura;
     cuentaxCobrar.TotalCuotas = totalCuotas;
     cuentaxCobrar.porcentaje_interes = porcentaje_interes;
     return cuentaxCobrar;
 }