public int?GetIDOfMatchingDonor(DonorQuery donorQuery2)
 {
     return(databaseBridge.GetIDOfMatchingDonor(donorQuery2));
 }