public MasterProductController(IMasterProductInterface<MasterProductResult> IMasterProductInterface)
 {
     _IMasterProductInterface = IMasterProductInterface;
 }
 public ProductByCategoryController(IMasterProductInterface <MasterProductResult> IMasterProductInterface)
 {
     _IMasterProductInterface = IMasterProductInterface;
 }