public override ActionResult Details(int id) { var model = Context.Fechas.Find(id); var vm = VMM.MapForDetailsCustom(model); return(View(vm)); }