public function __construct($comment = null)
 {
     parent::__construct();
     $this->comment = $comment;
 }
 public function __construct($WorkflowRequestActionType = null)
 {
     parent::__construct();
     $this->WorkflowRequestActionType = $WorkflowRequestActionType;
 }
 public function __construct()
 {
     parent::__construct();
 }