public void CreateGroupGoal(GroupGoal GroupGoal)
 {
     GroupGoalRepository.Add(GroupGoal);
     SaveGroupGoal();
 }