public Task <int> AddPatient(LocalPatient addedPatient)
 {
     return(serverModel.AddPatientAsync(addedPatient));
 }