public static List <DTOProducto> ObtenerProductos() { try { return(DAOProducto.ObtenerProductos()); } catch (Exception ex) { throw; } }