/// <summary>
 /// Create a new vwRPTParcial1XALU object.
 /// </summary>
 /// <param name="or_zona">Initial value of the or_zona property.</param>
 /// <param name="or_plant">Initial value of the or_plant property.</param>
 /// <param name="or_turno">Initial value of the or_turno property.</param>
 /// <param name="or_semest">Initial value of the or_semest property.</param>
 /// <param name="or_grupo">Initial value of the or_grupo property.</param>
 /// <param name="or_matric">Initial value of the or_matric property.</param>
 /// <param name="ciclo">Initial value of the Ciclo property.</param>
 /// <param name="periodo">Initial value of the Periodo property.</param>
 /// <param name="materias">Initial value of the Materias property.</param>
 /// <param name="reprobadasP1">Initial value of the ReprobadasP1 property.</param>
 /// <param name="promedioP1">Initial value of the PromedioP1 property.</param>
 /// <param name="observaciones">Initial value of the Observaciones property.</param>
 /// <param name="nombreAlumno">Initial value of the NombreAlumno property.</param>
 /// <param name="nombrePlantel">Initial value of the NombrePlantel property.</param>
 public static vwRPTParcial1XALU CreatevwRPTParcial1XALU(global::System.Byte or_zona, global::System.Byte or_plant, global::System.Byte or_turno, global::System.Byte or_semest, global::System.Int32 or_grupo, global::System.String or_matric, global::System.String ciclo, global::System.Byte periodo, global::System.Byte materias, global::System.Byte reprobadasP1, global::System.Decimal promedioP1, global::System.String observaciones, global::System.String nombreAlumno, global::System.String nombrePlantel)
 {
     vwRPTParcial1XALU vwRPTParcial1XALU = new vwRPTParcial1XALU();
     vwRPTParcial1XALU.or_zona = or_zona;
     vwRPTParcial1XALU.or_plant = or_plant;
     vwRPTParcial1XALU.or_turno = or_turno;
     vwRPTParcial1XALU.or_semest = or_semest;
     vwRPTParcial1XALU.or_grupo = or_grupo;
     vwRPTParcial1XALU.or_matric = or_matric;
     vwRPTParcial1XALU.Ciclo = ciclo;
     vwRPTParcial1XALU.Periodo = periodo;
     vwRPTParcial1XALU.Materias = materias;
     vwRPTParcial1XALU.ReprobadasP1 = reprobadasP1;
     vwRPTParcial1XALU.PromedioP1 = promedioP1;
     vwRPTParcial1XALU.Observaciones = observaciones;
     vwRPTParcial1XALU.NombreAlumno = nombreAlumno;
     vwRPTParcial1XALU.NombrePlantel = nombrePlantel;
     return vwRPTParcial1XALU;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwRPTParcial1XALU EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwRPTParcial1XALU(vwRPTParcial1XALU vwRPTParcial1XALU)
 {
     base.AddObject("vwRPTParcial1XALU", vwRPTParcial1XALU);
 }