public StudentsController(EntityFrameworkExamplesContext context, IMapper mapper)
 {
     _context    = context;
     this.mapper = mapper;
     faker       = new Faker("sv");
 }
 public CoursesController(EntityFrameworkExamplesContext context)
 {
     _context = context;
 }