def _save_cuisine(self):
        """
        Add the Cuisine instance to the self.data dict for use when we save the recipe.
        If the Cuisine doesn't exist create a new one.
        """