public IEnumerable <GoalModel> GetGoals(int userId)
 {
     return(_repo.FindByUser(userId));
 }