public static bool CrearProductoNegocio(ProductoDTO producto) { return(ProductoData.CrearProductoData(producto)); }