public bool aprobarDB(in_Ing_Egr_Inven_Info info) { try { return(odata.aprobarDB(info)); } catch (Exception) { throw; } }