public void toTakePrice() { price = 0; foreach (serivce Serv in serivces) { price += Serv.getPrice(); } }