}
private void intialiseFilter() {
String profileId = droidContext.getSelectedProfile().getProfile().getUuid();
InitialiseFilterAction initialiseFilterAction = new InitialiseFilterAction();
initialiseFilterAction.initialiseFilter(profileId, profileManager, filterDomain);
}