public async Task <List <Donation> > GetAllDonations()
 {
     return(await _donationService.GetAllDonations());
 }