public List <cp_orden_giro_Info> Get_List_orden_giro_x_Pagar(int IdEmpresa, bool Mostrar_fact_conci_caja, ref string mensaje)
 {
     try
     {
         return(data.Get_List_orden_giro_x_Pagar(IdEmpresa, Mostrar_fact_conci_caja, ref mensaje));
     }
     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("", "Get_Info_rpt_nota_credito", ex.Message), ex)
               {
                   EntityType = typeof(cp_orden_giro_Bus)
               };
     }
 }