public Partition add_partition(Partition new_part) { send_add_partition(new_part); return recv_add_partition(); }