public void InsertarSegmentoProducto(List <SegmentoProducto> list, string Conexion, ref int verificador)
 {
     try
     {
         CD_CatProducto_Segmento claseCapaDatos = new CD_CatProducto_Segmento();
         claseCapaDatos.InsertarSegmentoProducto(list, Conexion, ref verificador);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }