public bool reduceStock(int id_plato, int cantidad) { PlatoDAL plDAL = new PlatoDAL(); return(plDAL.reduceStock(id_plato, cantidad)); }