/// <summary>
 /// Deprecated Method for adding a new object to the vwRPTParcial1XGPO EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwRPTParcial1XGPO(vwRPTParcial1XGPO vwRPTParcial1XGPO)
 {
     base.AddObject("vwRPTParcial1XGPO", vwRPTParcial1XGPO);
 }
 /// <summary>
 /// Create a new vwRPTParcial1XGPO 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_asigna">Initial value of the or_asigna property.</param>
 /// <param name="or_maest">Initial value of the or_maest property.</param>
 /// <param name="ciclo">Initial value of the Ciclo property.</param>
 /// <param name="periodo">Initial value of the Periodo property.</param>
 /// <param name="alumnos">Initial value of the Alumnos property.</param>
 /// <param name="clases">Initial value of the Clases property.</param>
 /// <param name="promAsist">Initial value of the PromAsist property.</param>
 /// <param name="promAsig">Initial value of the PromAsig property.</param>
 /// <param name="reprobados">Initial value of the Reprobados property.</param>
 /// <param name="nombreAsig">Initial value of the NombreAsig property.</param>
 /// <param name="nombreMaest">Initial value of the NombreMaest property.</param>
 /// <param name="nombrePlantel">Initial value of the NombrePlantel property.</param>
 public static vwRPTParcial1XGPO CreatevwRPTParcial1XGPO(global::System.Byte or_zona, global::System.Int32 or_plant, global::System.Byte or_turno, global::System.Byte or_semest, global::System.Int32 or_grupo, global::System.Int32 or_asigna, global::System.Int64 or_maest, global::System.String ciclo, global::System.Byte periodo, global::System.Int64 alumnos, global::System.Byte clases, global::System.Decimal promAsist, global::System.Decimal promAsig, global::System.Int64 reprobados, global::System.String nombreAsig, global::System.String nombreMaest, global::System.String nombrePlantel)
 {
     vwRPTParcial1XGPO vwRPTParcial1XGPO = new vwRPTParcial1XGPO();
     vwRPTParcial1XGPO.or_zona = or_zona;
     vwRPTParcial1XGPO.or_plant = or_plant;
     vwRPTParcial1XGPO.or_turno = or_turno;
     vwRPTParcial1XGPO.or_semest = or_semest;
     vwRPTParcial1XGPO.or_grupo = or_grupo;
     vwRPTParcial1XGPO.or_asigna = or_asigna;
     vwRPTParcial1XGPO.or_maest = or_maest;
     vwRPTParcial1XGPO.Ciclo = ciclo;
     vwRPTParcial1XGPO.Periodo = periodo;
     vwRPTParcial1XGPO.Alumnos = alumnos;
     vwRPTParcial1XGPO.Clases = clases;
     vwRPTParcial1XGPO.PromAsist = promAsist;
     vwRPTParcial1XGPO.PromAsig = promAsig;
     vwRPTParcial1XGPO.Reprobados = reprobados;
     vwRPTParcial1XGPO.NombreAsig = nombreAsig;
     vwRPTParcial1XGPO.NombreMaest = nombreMaest;
     vwRPTParcial1XGPO.NombrePlantel = nombrePlantel;
     return vwRPTParcial1XGPO;
 }