public frmPrincipal() { AlumnosNegocio alumnosController = new AlumnosNegocio(); alumnosController.Insertar("Juan Daniel", "Perez Soto", DateTime.Parse(DateTime.Now.ToString("dd-MM-yyyy")), true, DateTime.Parse(DateTime.Now.ToString("dd-MM-yyyy"))); InitializeComponent(); }