public function renderList()
 {
     $this->addRowAction('edit');
     $this->addRowAction('duplicate');
     $this->addRowAction('delete');
     return parent::renderList();
 }