public void RecordVolunteerParticipation(Volunteer volunteer, Campaign campaign) { dbLayer.RecordVolunteerParticipation(volunteer, campaign); }