internal bool IsPractitioner(UserView user)
 {
     return(_practitioners.Exists(practitioner => practitioner.Id == user.Id));
 }