public Task <int> GetTotalAmount()
 {
     return(_donationService.GetTotalDonationsAmount());
 }