public void Init()
 {
     bvc = new BoolToVisibilityConverter();
 }
 public void Clear()
 {
     bvc = null;
 }