def get_immediate_parents(self):
        """
        Return all direct parents of this company. Excludes parents of parents
        """
        ownership = Ownership.objects.filter(child=self)