public CustomersController(TestingCoreContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
 public MoviesController(TestingCoreContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }