public IList <DonorDonation> ReadSubsetOfDonors(int offset, int limit)
 {
     return(databaseBridge.ReadAllDonorsPagination(offset, limit));
 }