public Boolean EliminarProducto(Producto p) { try { return(daoProducto.EliminarProducto(p)); } catch (Exception) { return(false); } }