public List <DTO.SP_S_Persona_Result> listarPersonaEstados(short IdEstado) { return(context.SP_S_Persona(IdEstado).ToList()); }