public void Borrar(RestauranteDataSet.platosRow platosRow) { PlatoDAL platoDAL = new PlatoDAL(); platoDAL.BorrarPlatosDataSet(platosRow); }