public bool Destroy(object IdNomenclador)
 {
     return(OdoNomenclador.Destroy(IdNomenclador) == 1);
 }