public FormEstudiante()
 {
     InitializeComponent();
     controller = new CtlEstudiante();
     validacion = new ClsValidaciones();
 }