public void hacerPedido(Cliente c, string m, Item[] objects, Tienda tien) { oC = new OC(c, m, objects); tien.guardaOC(oC); }