public void GetAllGoals() { var goals = _goalManager.GetAll(); for (int i = 0; i < goals.Count; i++) { Console.WriteLine(Builder.Show(goals[i])); } }