function SugarNewsDashlet($id, $options = null)
 {
     $this->title = translate('LBL_DASHLET_SUGAR_NEWS', 'Home');
     parent::iFrameDashlet($id, $options);
 }
 function __construct($id, $options = null)
 {
     $this->title = translate('LBL_DASHLET_SUGAR_NEWS', 'Home');
     parent::__construct($id, $options);
 }