public override void CargarViewData(EstadoABMC estado) { ViewData.Add(ViewDataKey.SEXO.ToString(), entidadesGeneralesRules.GetSexoAll()); ViewData.Add(ViewDataKey.MOTIVO_INCORPORACION.ToString(), entidadesGeneralesRules.GetMotivoIncorporacionAll()); ViewData.Add(ViewDataKey.AGENTE.ToString(), new List <AgenteConsultaModel>()); }