public Donor[] GetDonorsDonatingTo(Campaign campaign) { return(dbLayer.GetDonorsDonatingTo(campaign)); }