/**
  * Returns whether there is an update available or not
  * 
  * @return bool
  *
  * @author Sebastian Diel <*****@*****.**>
  * @since 24.01.2013
  */
 public function UpdateAvailable()
 {
     $updateAvailable = SilvercartTools::checkForUpdate();
     return $updateAvailable;
 }