public ActionResult Delete(CCM.Core.Entities.MetaType metaType) { _metaRepository.Delete(metaType.Id); return(RedirectToAction("Index")); }