public int GetDonationCountForCharity([FromRoute] string charity)
 {
     return(_repository.GetDonationsByCharity(charity).Count());
 }