public void GetAllLocations()
        {
            var allLocations = new AllLocationsDB();

            allLocations.GetAllLocationsDB();
        }