public List <cp_orden_giro_Info> get_lst_orden_giro_x_pagar(int IdEmpresa)
 {
     try
     {
         return(data.get_lst_orden_giro_x_pagar(IdEmpresa));
     }
     catch (Exception)
     {
         throw;
     }
 }