/**
  * @param $id
  * @return null|Portion
  */
 public static function findById($id)
 {
     return PortionRepository::searchOne($id);
 }