else{
for (int i = 0; i < count_of_customer; i++) {
if(object_customer[i].getId()==id-1){
object_customer[i].setDelete(false);
}