public CategoryController(IMapper mapper)
 {
     _categoryService = new CategoryService(mapper);
 }
 public CategoryController(IMapper mapper)
 {
     _categoryService       = new CategoryService(mapper);
     _authenticationService = new AuthenticationService();
 }