public bool Destroy(object IdMotivoBloqueo)
 {
     return(ConMotivosDeBloqueo.Destroy(IdMotivoBloqueo) == 1);
 }