public bool Delete(int id) { NegocioProducto negocioProducto = new NegocioProducto(); return(negocioProducto.Delete(id)); }