public bool ExistePersonaActivoInactivo(string identificacion)
 => _personaRepository.GetExists <Sg02_Persona>(x => x.Identificacion.Equals(identificacion));