public VehicleController(VehicleModel model, VehicleView view)
 {
     this.model = model;
     this.view  = view;
 }