function filmdata($id, $item)
{
    $arr = Film_Model::get("{$id}", "{$item}");
    return $arr;
}