private List <Hospital> GetActiveHospitals()
 {
     return(bllMember.GetActiveHospital());
 }