/// <summary>
 /// constructor
 /// </summary>
 public MatriculaDetalleBo()
 { 
     this.matriculaDetalleDao = new MatriculaDetalleDao();
     this.estudianteBo = new EstudianteBo();
     this.ofertaAcademicaBo = new OfertaAcademicaBo();
     this.matriculaBo = new MatriculaBo();
 }
 /// <summary>
 /// constructor
 /// </summary>
 public MatriculaConvalidacionBo()
 {
     this.matriculaConvalidadcionDao = new MatriculaConvalidacionDao();
     this.cursoBo = new CursoBo();
     this.matriculaBo = new MatriculaBo();
     this.estudianteBo = new EstudianteBo();
 }
 public FrmMatriculaCambioEspecialidadGrupo()
 {
     this.matriculaBo = new MatriculaBo();
     this.matriculaDetalleBo = new MatriculaDetalleBo();
     this.ofertaAcademicaBo = new OfertaAcademicaBo();
     this.periodoBo = new PeriodoBo();
     this.carreraBo = new CarreraBo();
     this.estudianteBo = new EstudianteBo();
 }
 /// <summary>
 /// constructor
 /// </summary>
 public FrmMatriculaRetiro()
 {
     this.estudianteBo = new EstudianteBo();
     this.periodoBo = new PeriodoBo();
     this.carreraBo = new CarreraBo();
     this.estudianteCarreraBo = new EstudianteCarreraBo();
     this.convenioBo = new ConvenioBo();
     this.cursoBo = new CursoBo();
     this.ofertaAcademicaBo = new OfertaAcademicaBo();
     this.profesorBo = new ProfesorBo();
     this.matriculaDetalleBo = new MatriculaDetalleBo();
     this.matriculaBo = new MatriculaBo();
     this.matriculaConvalidacionBo = new MatriculaConvalidacionBo();
     this.matriculaPruebaGradoBo = new MatriculaPruebaGradoBo();
     this.parametroBo = new ParametroBo();
 }