public void ConsultaProducto_OrdenCompra(ref Producto producto, string Conexion, int id_Ord, int id_Prd, int id_Emp, int id_Cd)
 {
     try
     {
         CD_CatProducto claseCapaDatos = new CD_CatProducto();
         claseCapaDatos.ConsultaProducto_OrdenCompra(ref producto, Conexion, id_Ord, id_Prd, id_Emp, id_Cd);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }