private static void SetMatching(bool constituentMatching)
 {
     // move to admin
     BBCRMHomePage.OpenAdministrationFA();
     // set matching
     AdministrationFunctionalArea.EnableDisableMatching(constituentMatching, constituentMatching);
     // move back to constituent FA
     BBCRMHomePage.OpenConstituentsFA();
 }