public AuthentificationController(CompanyService cService, StudentService sService)
 {
     companyService = cService;
     studentService = sService;
 }
 public StudentController(StudentService sService)
 {
     studentService = sService;
     //this.jobService = jobService;
 }