I have two forms, one is the main form and the other is an options form. So say for example that the user clicks on my menu on the main form: Tools -> Options
Tools -> Options
You might try AutoMapper. Keep your options in a separate class and then use AutoMapper to shuttle the data between the class and the form.