// GET: api/HospitalDetails
 public List <HospitalDetails> GetHospitalDetails()
 {
     return(dbQueryFetcher.GetAllHospitalDetailsEntries());
 }