public CostCalculationGarmentLogic(CostCalculationGarmentMaterialLogic costCalculationGarmentMaterialLogic, IServiceProvider serviceProvider, IIdentityService identityService, SalesDbContext dbContext) : base(identityService, serviceProvider, dbContext)
 {
     this.costCalculationGarmentMaterialLogic = costCalculationGarmentMaterialLogic;
     this.DbContext = dbContext;
 }