public DoctorProfileController(IDoctorProfileRepo doctor)
 {
     this._doctor = doctor;
 }