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