public float CountSurvey([FromRoute] Guid ClassId)
 {
     return(ClassService.CountSurvey(UserEntity, ClassId));
 }