public static function cekInstance()
 {
     if (is_null(self::$_cekInstance)) {
         self::$_cekInstance = new self();
     }
     return self::$_cekInstance;
 }