public void AddRiscToDecision(Decision decision, Risc risc, IUser user) { if (user is Expert) { decision.AddRisc(risc, user); } }