/**
  * Constructor
  */
 function TaskNotificationsGridHandler()
 {
     parent::NotificationsGridHandler();
 }
 /**
  * Constructor
  */
 function NormalNotificationsGridHandler()
 {
     parent::NotificationsGridHandler();
 }