public P_HOSPITAL FindByCode(string hospitalCode)
 {
     return(hospitalService.FindByCode(hospitalCode));
 }