@Inject
 public ImportsWidgetPresenter(final ImportsWidgetView view) {
   this.view = view;
   view.init(this);
 }