public List <string> GetLocations()
        {
            DataBaseHandler DBHandler = new DataBaseHandler();

            return(DBHandler.GetLocations());
        }