public function project_add()
 {
     $return_func = 'project';
     parent::project_item_add($this->module, $this->type, $return_func);
     $this->display();
 }