public ProductService(DotCatalogueContext db)
 {
     _db = db;
 }
 public CategoryService(DotCatalogueContext db)
 {
     _db = db;
 }