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