public List <in_Ing_Egr_Inven_Info> get_list_x_aprobar(int IdEmpresa, int IdSucursal, int IdBodega)
 {
     try
     {
         return(odata.get_list_x_aprobar(IdEmpresa, IdSucursal, IdBodega));
     }
     catch (Exception)
     {
         throw;
     }
 }