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