private void LoadListGoalType() { lvGoalType.ItemsSource = GoalTypeDAO.GetAllListGoalType(); lvGoalType.DisplayMemberPath = "GoalTypeName"; }