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 PaymentMethodsController(PaymentMethodManger paymentMethodMangerPram)
 {
     this._paymentMethodManger = paymentMethodMangerPram;
 }