public StudentBusiness(IMapper mapper)
 {
     _mapper       = mapper;
     _studentAgent = new StudentAgent();
     _courseAgent  = new CourseAgent();
 }