Hi,
I have a winform namely form1 that contains 2 radio buttons namely goto_form2 and goto_form3. If i select goto_form2 then it shold close the form1 and open new form(form2). And in form2 I have button called `back` which should on clicking take control back to the form1 and goto_form3 should also behave in the same way as goto_form2.