public void AddOutingToList(Outing outing)
 {
     _outingsDirectory.Add(outing);
 }