public async Task <IEnumerable <IReferral> > GetAllReferrals()
 {
     return(await _referralRepository.GetAllReferrals());
 }