/// <summary>
 /// Create a new faltantes object.
 /// </summary>
 /// <param name="idFaltante">Initial value of the idFaltante property.</param>
 /// <param name="idAlmacen">Initial value of the idAlmacen property.</param>
 /// <param name="idProducto">Initial value of the idProducto property.</param>
 /// <param name="idReceta">Initial value of the idReceta property.</param>
 /// <param name="cantidad">Initial value of the Cantidad property.</param>
 public static faltantes Createfaltantes(global::System.Int32 idFaltante, global::System.Int32 idAlmacen, global::System.Int32 idProducto, global::System.Int32 idReceta, global::System.Int32 cantidad)
 {
     faltantes faltantes = new faltantes();
     faltantes.idFaltante = idFaltante;
     faltantes.idAlmacen = idAlmacen;
     faltantes.idProducto = idProducto;
     faltantes.idReceta = idReceta;
     faltantes.Cantidad = cantidad;
     return faltantes;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the faltantes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTofaltantes(faltantes faltantes)
 {
     base.AddObject("faltantes", faltantes);
 }