/**
  * @param integer $id
  * @return NewsletterMember
  */
 public static function findById($id)
 {
     return NewsletterMember::findById($id);
 }