public EvalutionElementsController()
        {
            reposatoryelement = new EvalutionElements(new Models.ApplicationDbContext());
            reposatorycomp    = new HR.Reposatory.Evalutions.reposatory.EvaluationElementCompetenies(new Models.ApplicationDbContext());

            reposatorystructure = new Structure(new Models.ApplicationDbContext());
        }
 public PerformanceEvaluationGroupController()
 {
     reposatoryEvaluationPerformance = new EvaluationperformanceGroup(new ApplicationDbContext());
     reposatorystructure             = new Structure(new Models.ApplicationDbContext());
     reposatoryQuestions             = new EvalutionQuestionandAnswer(new Models.ApplicationDbContext());
     reposatoryElements    = new EvalutionElements(new Models.ApplicationDbContext());
     reposatoryElementComp = new HR.Reposatory.Evalutions.reposatory.EvaluationElementCompetenies(new Models.ApplicationDbContext());
     reposatorygrade       = new HR.Reposatory.Evalutions.reposatory.EvalutionGrade(new Models.ApplicationDbContext());
 }