export interface UNotificationControl
{
  selectedObjectId:string;
  NotificationControl();

}