private void btnModificarProducto_Click(object sender, EventArgs e)
 {
     if (!Validar.ValidarUnaPantalla(new PantallaAdministrarProducto().GetType()))
     {
         Interface = new InterfaceUsuario(this);
         Interface.DesplegarPantallaAdministrarProductos();
     }
 }