public void DeleteSpot(ISpot spot)
 {
     Spots.RemoveAll(x => x.Call == spot.Call && x.Band == spot.Band);
 }