public void RemoveVaccine(VaccinePlanView VaccRemove)
 {
     VaccinePlanViewCollection.Remove(VaccRemove);
     PersistencyService.DeleteVaccineAsync(VaccRemove);
 }