protected static function getSingularAccountRelationLabel($relationIdentifier)
 {
     switch ($relationIdentifier) {
         case 'primary':
             return AccountAccountAffiliation::getAnAttributeLabel('primaryAccount');
         case 'secondary':
             return AccountAccountAffiliation::getAnAttributeLabel('secondaryAccount');
     }
 }