private static function getViewHtml()
 {
     if (!file_exists(self::getView())) {
         throw new Exception("Could not find the view " . self::$view);
         //return;
     }
     return fileRead(kEvent::getView(), false);
 }