public BoolFilterParameterViewModel(BoolFilterParameterModel parameter)
     : base(parameter)
 {
     currentValue = parameter.Value;
 }