public function Close()
 {
     if (self::$con != null) {
         self::$con = null;
     }
 }