public ProffestionsDTO GetById(int id)
 {
     return(ProffestionService.GetProffestion(id));
 }
 public List <ProffestionsDTO> GetProffestion()
 {
     return(ProffestionService.GetAllQuestions());
 }