/**
  * Return the Calibrefx object
  *
  * @return  object
  */
 public static function get_instance()
 {
     if (!self::$instance) {
         self::$instance = new Calibrefx_Modules_List_Table();
     }
     return self::$instance;
 }