private void btnAgregar_Click(object sender, EventArgs e) { frmAddBoletas myForm = new frmAddBoletas(); Principal.OpenFormInDock(myForm); }