public async Task <IEnumerable <Patient> > Get()
 {
     return(await _patientBusiness.GetAllPatients());
 }