if let presentingViewController = self.presentingViewController?.presentingViewController {
presentingViewController.dismiss(animated: false) {
BottomBarViewController.BottomBarVC.embedFavoritesVC()
}
}