public Evaluation GetEvaluationById(long evaluationId) { return(Evaluations.ToList().SingleOrDefault(g => g.EvaluationId == evaluationId)); }