public Questions()
 {
     this.questionService   = new QuestionWcfServiceClient();
     this.competenceService = new CompetenceWcfServiceClient();
     this.positionService   = new PositionWcfServiceClient();
     this.questions         = new List <QuestionService.Question>();
 }
 public Competences()
 {
     this.competenceService = new CompetenceWcfServiceClient();
     this.positionService   = new PositionWcfServiceClient();
 }