/**
  * Delete an existing record - static method: deleteUserContact()
  *
  *
  * Generated with the DalClassGenerator created by:
  * Zoran Hron <*****@*****.**>
  *
  * @param id
  * @result void
  **/
 public static function deleteUserContact($id)
 {
     // object self instance
     $instance = new self();
     // call dynamic method
     $instance->delete_UserContact($id);
 }