public bool Destroy(object IdRelAntecedentePaciente)
 {
     return(SysRelAntecedentePaciente.Destroy(IdRelAntecedentePaciente) == 1);
 }