publicdelegatevoidProfileChange(stringprofileName);//Fires when we want to change the CurrentProfile field of ProfileHandler based on the combobox selection
publicdelegatestring[]ProfileList();//Fires when we need a list of Profile names, like for the combobox items
publicdelegatevoidSave();//Fire whenever we want to save the current state of profiles
publicdelegatevoidNewProfile(stringprofileName,stringprofilePath);//Fires whenever a NewProfileForm has requested the creation of a new profile. This just forwards that request to ProfileHandler