/**
  * Delete an existing record - static method: deletePaForum()
  *
  *
  * Generated with the DalClassGenerator created by:
  * Zoran Hron <*****@*****.**>
  *
  * @param id
  * @result void
  **/
 public static function deletePaForum($id)
 {
     // object self instance
     $instance = new self();
     // call dynamic method
     $instance->delete_PaForum($id);
 }