function paginate_page_exists($page)
{
    return Paginate::page_exists($page);
}