public DisabilityPresenter(IDisabilityView view)
 {
     this.view = view;
     view.setUsername("*****@*****.**");
 }
 public DisabilityPresenter(IDisabilityView view)
 {
     this.view = view;
 }