public string Get(int idExam)
 {
     return(services.GetCategoryName(idExam));
 }