public async Task <bool> CheckHospitalCode(string HostitalCode)
 {
     return(await _hospitalRepository.CheckHospitalCode(HostitalCode));
 }