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