Getting out of looping (recursion)

When creating a division, the method does not find a director, it creates one, but then tries to create a division again, and so on in a circle. How can I get out of this recursion?

Only these 3 methods are looped, and yes, I understand that they call each other. How can I avoid looping?

static public Employee GetOrCreateEmployee()
        {
            Console.WriteLine("Enter the full name of the teacher:");
            string employeeName = Console.ReadLine();
            Employee employee = DB.employees.FirstOrDefault(e => $"{e.Name} {e.Surname} {e.Patronymic}".ToLower() == employeeName.ToLower());
            if (employee == null)
            {

                Console.WriteLine("Enter the employee's name:");
                string name = Console.ReadLine();

                Console.WriteLine("Enter the employee's last name:");
                string surname = Console.ReadLine();

                Console.WriteLine("Enter the employee's middle name:");
                string patronymic = Console.ReadLine();

                Position position = GetOrCreatePosition();
                employee = new Employee(name, surname, patronymic, position);
                DB.employees.Add(employee);
            }
            return employee;
        }

        static public Position GetOrCreatePosition()
        {
            Console.WriteLine("Enter the title of the position:");
            string jobTitleName = Console.ReadLine();

            Position position = DB.positions.FirstOrDefault(j => j.Title.ToLower() == jobTitleName.ToLower());
            if (position == null)
            {
                position = DB.positions.FirstOrDefault(j => j.Title.ToLower() == jobTitleName.ToLower());
            }

            Console.WriteLine("Enter the title of the position:");
            string name = Console.ReadLine();

            Console.WriteLine("Enter the salary of the position:");
            int.TryParse(Console.ReadLine(), out int salary);

            Console.WriteLine("Enter the name of the department:");
            string subdivisionName = Console.ReadLine();
            Division division = DB.divisions.FirstOrDefault(s => s.Name.ToLower() == subdivisionName.ToLower());
            if (division == null)
            {
                Console.WriteLine("The division was not found. Create it");
                GetOrCreateDivision();
            }
            division = DB.divisions.FirstOrDefault(s => s.Name.ToLower() == subdivisionName.ToLower());
            Position speciality = new Position(name, salary, division);
            DB.positions.Add(speciality);
            Console.WriteLine("The position has been successfully created.");

            return position;
        }


        static public void GetOrCreateDivision()
        {
            Console.WriteLine("Enter the name of the department:");
            string name = Console.ReadLine();

            Console.WriteLine("Enter the last name, first name and patronymic of the director:");
            string directorFullName = Console.ReadLine();
            Employee director = DB.employees.FirstOrDefault(e => $"{e.Name} {e.Surname} {e.Patronymic}" == directorFullName);
            if (director == null)
            {
                Console.WriteLine("The director has not been found. Create it.");
                GetOrCreateEmployee();
                director = DB.employees.Last();
            }

            Console.WriteLine("Enter the name of the organization:");
            string organizationName = Console.ReadLine();
            Organisation organization = DB.organisations.FirstOrDefault(o => o.Name.ToLower() == organizationName.ToLower());
            if (organization == null)
            {
                Console.WriteLine("The organization was not found. Create it");
                GetOrCreateOrganization();
            }
            organization = DB.organisations.FirstOrDefault(o => o.Name.ToLower() == organizationName.ToLower());
            Division subdivision = new Division(name, director, organization);
            DB.divisions.Add(subdivision);
            Console.WriteLine("The division has been successfully created.");
        }

I tried to do it through flags and method overloading, but nothing worked:(

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật