/// <summary>
 /// Create a new almacenes_contactos object.
 /// </summary>
 /// <param name="idContacto">Initial value of the idContacto property.</param>
 /// <param name="idAlmacen">Initial value of the idAlmacen property.</param>
 /// <param name="nombre">Initial value of the Nombre property.</param>
 /// <param name="activo">Initial value of the Activo property.</param>
 public static almacenes_contactos Createalmacenes_contactos(global::System.Int32 idContacto, global::System.Int32 idAlmacen, global::System.String nombre, global::System.Boolean activo)
 {
     almacenes_contactos almacenes_contactos = new almacenes_contactos();
     almacenes_contactos.idContacto = idContacto;
     almacenes_contactos.idAlmacen = idAlmacen;
     almacenes_contactos.Nombre = nombre;
     almacenes_contactos.Activo = activo;
     return almacenes_contactos;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the almacenes_contactos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToalmacenes_contactos(almacenes_contactos almacenes_contactos)
 {
     base.AddObject("almacenes_contactos", almacenes_contactos);
 }