public ParkingCostCalculatorPresenter(IParkingCostCalculatorView view)
 {
     _view = view;
 }
 public ParkingCostCalculatorPresenter(IParkingCostCalculatorView view)
 {
     _view = view;
 }