private async Task AddProgramsFromSearch()
        {
            UpdateProgramModal();
            await CourseContext.AddProgramFromSearch(selectedProgrammes, CourseId);

            this.StateHasChanged();
            await GetProgrammes();
        }