/// <summary>
 /// Deprecated Method for adding a new object to the SITDatos_Estudiante EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSITDatos_Estudiante(SITDatos_Estudiante sITDatos_Estudiante)
 {
     base.AddObject("SITDatos_Estudiante", sITDatos_Estudiante);
 }
 /// <summary>
 /// Create a new SITDatos_Estudiante object.
 /// </summary>
 /// <param name="id_Datos_Estudiante">Initial value of the id_Datos_Estudiante property.</param>
 /// <param name="num_cursosfaltantes">Initial value of the num_cursosfaltantes property.</param>
 /// <param name="num_creditosactuales">Initial value of the num_creditosactuales property.</param>
 /// <param name="tim_horamatricula">Initial value of the tim_horamatricula property.</param>
 /// <param name="txt_diamatricula">Initial value of the txt_diamatricula property.</param>
 /// <param name="fK_Estudiante_idEstudiante">Initial value of the FK_Estudiante_idEstudiante property.</param>
 public static SITDatos_Estudiante CreateSITDatos_Estudiante(global::System.Int32 id_Datos_Estudiante, global::System.Int32 num_cursosfaltantes, global::System.Int32 num_creditosactuales, global::System.TimeSpan tim_horamatricula, global::System.String txt_diamatricula, global::System.String fK_Estudiante_idEstudiante)
 {
     SITDatos_Estudiante sITDatos_Estudiante = new SITDatos_Estudiante();
     sITDatos_Estudiante.id_Datos_Estudiante = id_Datos_Estudiante;
     sITDatos_Estudiante.num_cursosfaltantes = num_cursosfaltantes;
     sITDatos_Estudiante.num_creditosactuales = num_creditosactuales;
     sITDatos_Estudiante.tim_horamatricula = tim_horamatricula;
     sITDatos_Estudiante.txt_diamatricula = txt_diamatricula;
     sITDatos_Estudiante.FK_Estudiante_idEstudiante = fK_Estudiante_idEstudiante;
     return sITDatos_Estudiante;
 }