/**
  * The constructor of addModel
  */
 public function __construct()
 {
     try {
         addModel::init();
     } catch (Exception $e) {
         echo $e->getMessage();
     }
 }