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