public EvaluationPlanController()
 {
     reposatoryEvaluationPerformance = new EvaluationperformanceGroup(new ApplicationDbContext());
     reposatoryEvaluationplan        = new Evalutonplan(new Models.ApplicationDbContext());
     reposatorystructure             = new Structure(new Models.ApplicationDbContext());
     reposatorytype = new EvalutionType(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());
 }