/**
  * Membership::__construct()
  * 
  * @return
  */
 public function __construct()
 {
     self::$db = Registry::get("Database");
 }