Variable Action._id

numerical id

class Action
{
  // ...
  int _id;
  // ...
}