public CategoryController(CategoryInteractor categoryInteractor)
 {
     _categoryInteractor = categoryInteractor;
 }
 public CategoryController(CategoryInteractor service)
 {
     categoryInteractor = service;
 }