public CaseTemplatePropertyViewModel(CaseTemplateProperty item)
		{
			InnerItem = item;

            ViewTitle = new ViewTitleBase() { Title = "Edit Info Value", SubTitle = "SETTINGS".Localize(null, LocalizationScope.DefaultCategory) };

			InitializePropertiesForViewing();
		}
        public CaseTemplatePropertyViewModel(CaseTemplateProperty item)
        {
            InnerItem = item;
         
            ViewTitle = new ViewTitleBase() { Title = "Edit Info Value", SubTitle = "SETTINGS" };

            InitializePropertiesForViewing();
        }