public List <EvaluationCoachee> GetAllByCoacheeAndSession(Guid idCoachee, Guid idSession)
 {
     return(_repository.GetAllByCoacheeAndSession(idCoachee, idSession));
 }