function forward($string = false, $variables = array())
{
    return Page::forward($string, $variables);
}