private void btnAgregarMaterial_Click(object sender, EventArgs e)
 {
     if (!Validar.ValidarUnaPantalla(new PantallaAgregarMaterial().GetType()))
     {
         Interface = new InterfaceUsuario(this);
         Interface.DesplegarPantallaAgregarMaterial(LlenarData);
     }
 }