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