public PatientsPresenter(IPatientsView view)
 {
     this.View = view;
 }
 public PatientsPresenter(IPatientsView view)
 {
     this.View = view;
 }