public Object AddPrimaryAction(PrimaryAction action) { bool result = data.AddPrimaryAction(action); return(new { result }); }