public function __construct($id)
 {
     parent::__construct();
     $this->assign('issue', DBIssues::getIssueDetail($id));
 }