public void SetIsEmployer()
 {
     // Use UserState.IsEmployer() method to transition to the
     // Employer state
     state = state.IsEmployer();
 }