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