function Conf(object) {
  if (confirm("Do u want to delete?") == true)  {
  return true;
  }
  return false;
  }