public void Create(Referral referral)
 {
     _referralRepository.Upsert(referral);
 }