public void RemoveGoal(Goal goal) { Goals.Remove(goal); }
public void AddGoal(Goal goal) { Goals.Add(goal); UpdatedAt = DateTime.Now; }