public ActionResult Create() { var model = new MetaFormViewModel { MetaTypeValues = _metaRepository.GetMetaTypeProperties() }; return(View(model)); }