/// <summary>
 /// Update is Read on Notification Read
 // / </summary>
 public int ReadNotification(IStoreNotification Notification, int TenantID, int UserID, int NotificatonTypeID, int NotificatonType)
 {
     _Notification = Notification;
     return(_Notification.ReadNotification(TenantID, UserID, NotificatonTypeID, NotificatonType));
 }
 /// <summary>
 /// Get AlertList
 // / </summary>
 public ListStoreNotificationModels GetNotification(IStoreNotification Notification, int TenantID, int UserID)
 {
     _Notification = Notification;
     return(_Notification.GetNotification(TenantID, UserID));
 }