public Task <List <LocalPatient> > GetPatients()
 {
     return(serverModel.GetLocalPatientsAsync());
 }