private void DisplayAllOutingsWithCosts()
 {
     Console.Clear();
     _repo.BuildTable();
 }