public ModelCriteriaViewModel(ModelCriteriaElement view, bool isVisibleBtn) : this(view)
 {
     BtnAddVisible = isVisibleBtn;
 }