public PatientModel(IHospitalPatientService service) { _service = service; }
public Details(IHospitalPatientService service) { _service = service; }