private void EditCargo(object sender, EventArgs e) { EditForm editForm = new EditForm(this); editForm.Show(); }