public Producto TraerPorId(int Id) { DAOProducto daProducto = new DAOProducto(); return(daProducto.TraerProductoPorId(Id)); }