/// <summary>
 /// Deprecated Method for adding a new object to the registro EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToregistro(registro registro)
 {
     base.AddObject("registro", registro);
 }
 /// <summary>
 /// Create a new registro object.
 /// </summary>
 /// <param name="id_registro">Initial value of the id_registro property.</param>
 /// <param name="asistencia">Initial value of the asistencia property.</param>
 public static registro Createregistro(global::System.Int32 id_registro, global::System.Boolean asistencia)
 {
     registro registro = new registro();
     registro.id_registro = id_registro;
     registro.asistencia = asistencia;
     return registro;
 }