public InvoiceController(IInvoiceView view, Wizard model)
 {
     _view = view;
     _view.SetController(this);
     _model = model;
 }