public DecisionController(IStudentDecisionBusinessAccess studentDecisionBusinessAccess, IStudentInfoBusinessAccess studentInfoBusinessAccess)
 {
     this.studentDecisionBusinessAccess = studentDecisionBusinessAccess;
     this.studentInfoBusinessAccess     = studentInfoBusinessAccess;
 }
 public ApplicantController(IStudentInfoBusinessAccess studentInfoBusinessAccess)
 {
     this.studentInfoBusinessAccess = studentInfoBusinessAccess;
 }