/// <summary>
 /// Deprecated Method for adding a new object to the Liquidacion EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLiquidacion(Liquidacion liquidacion)
 {
     base.AddObject("Liquidacion", liquidacion);
 }
 /// <summary>
 /// Create a new Liquidacion object.
 /// </summary>
 /// <param name="idLiquidacion">Initial value of the IdLiquidacion property.</param>
 /// <param name="idOrdenTrabajo">Initial value of the IdOrdenTrabajo property.</param>
 /// <param name="fecha">Initial value of the Fecha property.</param>
 /// <param name="totalPagar">Initial value of the TotalPagar property.</param>
 /// <param name="idFormaPago">Initial value of the IdFormaPago property.</param>
 /// <param name="fechaInicialPago">Initial value of the FechaInicialPago property.</param>
 /// <param name="fechaFinalPago">Initial value of the FechaFinalPago property.</param>
 /// <param name="idEstado">Initial value of the IdEstado property.</param>
 /// <param name="idEmpresa">Initial value of the IdEmpresa property.</param>
 public static Liquidacion CreateLiquidacion(global::System.Int32 idLiquidacion, global::System.Int32 idOrdenTrabajo, global::System.DateTime fecha, global::System.Decimal totalPagar, global::System.Int32 idFormaPago, global::System.DateTime fechaInicialPago, global::System.DateTime fechaFinalPago, global::System.Int32 idEstado, global::System.Int32 idEmpresa)
 {
     Liquidacion liquidacion = new Liquidacion();
     liquidacion.IdLiquidacion = idLiquidacion;
     liquidacion.IdOrdenTrabajo = idOrdenTrabajo;
     liquidacion.Fecha = fecha;
     liquidacion.TotalPagar = totalPagar;
     liquidacion.IdFormaPago = idFormaPago;
     liquidacion.FechaInicialPago = fechaInicialPago;
     liquidacion.FechaFinalPago = fechaFinalPago;
     liquidacion.IdEstado = idEstado;
     liquidacion.IdEmpresa = idEmpresa;
     return liquidacion;
 }