public DoctorsPresenter(IDoctorsView view)
 {
     this.View = view;
 }
 public DoctorsPresenter(IDoctorsView view)
 {
     this.View = view;
 }