public ActionViewBuilder model(String model) {
   view.setModel(model);
   return this;
 }