public int Eliminar(int Id)
        {
            DAOProducto daProducto = new DAOProducto();

            return(daProducto.Eliminar(Id));
        }