const addTicketTypeFunction_populateManufacturerSelect = () => {

      cacheFunction_loadManufacturerLocations((locations) => {

        const selectElement = document.querySelector("#ticketTypeAdd--manufacturerLocationID") as HTMLSelectElement;