public bool IsGoalSupported(int goalid, string userid) { return(_supportRepository.Get(g => g.GoalId == goalid && g.UserId == userid) != null); }