/// <summary>
 /// Clears all the locations
 /// </summary>
 public void ClearLocations()
 {
     Locations?.Clear();
     LocationInfo?.Clear();
 }