/// <summary>
 /// Deprecated Method for adding a new object to the prestamos_x_socio EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToprestamos_x_socio(prestamo_x_socio prestamo_x_socio)
 {
     base.AddObject("prestamos_x_socio", prestamo_x_socio);
 }
 /// <summary>
 /// Create a new prestamo_x_socio object.
 /// </summary>
 /// <param name="sOCIOS_ID">Initial value of the SOCIOS_ID property.</param>
 /// <param name="pRESTAMOS_ID">Initial value of the PRESTAMOS_ID property.</param>
 public static prestamo_x_socio Createprestamo_x_socio(global::System.String sOCIOS_ID, global::System.Int32 pRESTAMOS_ID)
 {
     prestamo_x_socio prestamo_x_socio = new prestamo_x_socio();
     prestamo_x_socio.SOCIOS_ID = sOCIOS_ID;
     prestamo_x_socio.PRESTAMOS_ID = pRESTAMOS_ID;
     return prestamo_x_socio;
 }