public CartController(ProductManger productMangerPram, ShippingDetailsManger shippingDetailsMangerPram, OperationTypeManger operationTypeMangerPram, PaymentMethodManger PaymentMethodMangerPram, BillManger billMangerPram, OperationManger operationMangerPram)
 {
     this._OperationTypeManger   = operationTypeMangerPram;
     this._productManger         = productMangerPram;
     this._shippingDetailsManger = shippingDetailsMangerPram;
     this._PaymentMethodManger   = PaymentMethodMangerPram;
     this._billmanger            = billMangerPram;
     this._Operationmanger       = operationMangerPram;
 }
 public OperationTypesController(OperationTypeManger operationTypeMangerPram)
 {
     this._operationTypeManger = operationTypeMangerPram;
 }