public void Delete(string id)
 {
     _volunteerRepository.RemoveVolunteer(id);
 }