public ThematicFieldController(ThematicFieldFacade thematicFieldFacade)
 {
     this.thematicFieldFacade = thematicFieldFacade;
 }
 public HomeController(StudentGroupFacade studentGroupFacade, ThematicFieldFacade thematicFieldFacade)
 {
     this.studentGroupFacade  = studentGroupFacade;
     this.thematicFieldFacade = thematicFieldFacade;
 }