/**
  * @return View
  */
 public static function getInstance()
 {
     return View::getRequestInstance();
 }