public List <in_Ing_Egr_Inven_Info> Get_List_Ing_Egr_Inven(int IdEmpresa, int IdSucursalIni, int IdSucursalFin,
                                                            int IdBodegaIni, int IdBodegaFin, DateTime FechaIni, DateTime FechaFin, string Tipo_ing_egr = "")
 {
     try
     {
         return(odata.Get_List_Ing_Egr_Inven(IdEmpresa, IdSucursalIni, IdSucursalFin, IdBodegaIni, IdBodegaFin, FechaIni, FechaFin, Tipo_ing_egr));
     }
     catch (Exception ex)
     {
         Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message);
         throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "Consultar", ex.Message), ex)
               {
                   EntityType = typeof(in_Ing_Egr_Inven_Bus)
               };
     }
 }