public StudentScoreController(IStudentScoreLogic studentScoreLogic, IStudentLogic studentLogic) { _studentScoreLogic = studentScoreLogic; _studentLogic = studentLogic; }